Home
last modified time | relevance | path

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

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