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

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_session.c225 struct mtx asdev_mtx; member in struct:audit_sdev
264 * combination of asdev_mtx and asdev_sx. Note that both
267 * therefore, cannot hold asdev_mtx.
275 #define AUDIT_SDEV_LOCK(asdev) mtx_lock(&(asdev)->asdev_mtx)
276 #define AUDIT_SDEV_LOCK_ASSERT(asdev) mtx_assert(&(asdev)->asdev_mtx, \
278 #define AUDIT_SDEV_LOCK_DESTROY(asdev) mtx_destroy(&(asdev)->asdev_mtx)
279 #define AUDIT_SDEV_LOCK_INIT(asdev) mtx_init(&(asdev)->asdev_mtx, \
281 #define AUDIT_SDEV_UNLOCK(asdev) mtx_unlock(&(asdev)->asdev_mtx)
282 #define AUDIT_SDEV_MTX(asdev) (&(asdev)->asdev_mtx)

Completed in 73 milliseconds