Searched refs:audit_worker_lock (Results 1 – 1 of 1) sorted by relevance
101 static struct sx audit_worker_lock; variable103 #define AUDIT_WORKER_LOCK_INIT() sx_init(&audit_worker_lock, \105 #define AUDIT_WORKER_LOCK_ASSERT() sx_assert(&audit_worker_lock, \107 #define AUDIT_WORKER_LOCK() sx_xlock(&audit_worker_lock)108 #define AUDIT_WORKER_UNLOCK() sx_xunlock(&audit_worker_lock)