Searched refs:se_entry_lck (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/bsd/security/audit/
H A Daudit_session.c116 static struct rwlock se_entry_lck; /* (1) lock for se_link above */ variable in typeref:struct:rwlock
361 #define AUDIT_SENTRY_RWLOCK_INIT() rw_init(&se_entry_lck, \
362 "se_entry_lck")
363 #define AUDIT_SENTRY_RLOCK() rw_rlock(&se_entry_lck)
364 #define AUDIT_SENTRY_WLOCK() rw_wlock(&se_entry_lck)
365 #define AUDIT_SENTRY_RWLOCK_ASSERT() rw_assert(&se_entry_lck, RA_LOCKED)
366 #define AUDIT_SENTRY_RUNLOCK() rw_runlock(&se_entry_lck)
367 #define AUDIT_SENTRY_WUNLOCK() rw_wunlock(&se_entry_lck)

Completed in 71 milliseconds