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

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_worker.c88 * active audit trail. They are protected by audit_worker_sl, which will be
93 * audit_worker_sl.
96 static struct slck audit_worker_sl; variable in typeref:struct:slck
100 #define AUDIT_WORKER_SX_INIT() slck_init(&audit_worker_sl, \
101 "audit_worker_sl")
102 #define AUDIT_WORKER_SX_XLOCK() slck_lock(&audit_worker_sl)
103 #define AUDIT_WORKER_SX_XUNLOCK() slck_unlock(&audit_worker_sl)
104 #define AUDIT_WORKER_SX_ASSERT() slck_assert(&audit_worker_sl, SL_OWNED)
105 #define AUDIT_WORKER_SX_DESTROY() slck_destroy(&audit_worker_sl)
327 * We hold the audit_worker_sl loc
[all...]

Completed in 9 milliseconds