Searched refs:se_entry_lck (Results 1 – 1 of 1) sorted by relevance
122 static struct rwlock se_entry_lck; /* (1) lock for se_link above */ variable368 #define AUDIT_SENTRY_RWLOCK_INIT() rw_init(&se_entry_lck, \370 #define AUDIT_SENTRY_RLOCK() rw_rlock(&se_entry_lck)371 #define AUDIT_SENTRY_WLOCK() rw_wlock(&se_entry_lck)372 #define AUDIT_SENTRY_RWLOCK_ASSERT() rw_assert(&se_entry_lck, RA_LOCKED)373 #define AUDIT_SENTRY_RUNLOCK() rw_runlock(&se_entry_lck)374 #define AUDIT_SENTRY_WUNLOCK() rw_wunlock(&se_entry_lck)