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

/freebsd-10.0-release/sys/security/audit/
H A Daudit_worker.c92 static struct sx audit_worker_lock; variable in typeref:struct:sx
94 #define AUDIT_WORKER_LOCK_INIT() sx_init(&audit_worker_lock, \
95 "audit_worker_lock");
96 #define AUDIT_WORKER_LOCK_ASSERT() sx_assert(&audit_worker_lock, \
98 #define AUDIT_WORKER_LOCK() sx_xlock(&audit_worker_lock)
99 #define AUDIT_WORKER_UNLOCK() sx_xunlock(&audit_worker_lock)

Completed in 351 milliseconds