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