Home
last modified time | relevance | path

Searched refs:audit_sdev_lock (Results 1 – 1 of 1) sorted by relevance

/xnu-10063.141.1/bsd/security/audit/
H A Daudit_session.c315 static struct rwlock audit_sdev_lock; variable
317 #define AUDIT_SDEV_LIST_LOCK_INIT() rw_init(&audit_sdev_lock, \
319 #define AUDIT_SDEV_LIST_RLOCK() rw_rlock(&audit_sdev_lock)
320 #define AUDIT_SDEV_LIST_RUNLOCK() rw_runlock(&audit_sdev_lock)
321 #define AUDIT_SDEV_LIST_WLOCK() rw_wlock(&audit_sdev_lock)
322 #define AUDIT_SDEV_LIST_WLOCK_ASSERT() rw_assert(&audit_sdev_lock, \
324 #define AUDIT_SDEV_LIST_WUNLOCK() rw_wunlock(&audit_sdev_lock)