Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/security/audit/
H A Daudit_session.c312 static struct rwlock audit_sdev_lock; variable
314 #define AUDIT_SDEV_LIST_LOCK_INIT() rw_init(&audit_sdev_lock, \
316 #define AUDIT_SDEV_LIST_RLOCK() rw_rlock(&audit_sdev_lock)
317 #define AUDIT_SDEV_LIST_RUNLOCK() rw_runlock(&audit_sdev_lock)
318 #define AUDIT_SDEV_LIST_WLOCK() rw_wlock(&audit_sdev_lock)
319 #define AUDIT_SDEV_LIST_WLOCK_ASSERT() rw_assert(&audit_sdev_lock, \
321 #define AUDIT_SDEV_LIST_WUNLOCK() rw_wunlock(&audit_sdev_lock)