Searched refs:mtx_init (Results 1 – 4 of 4) sorted by relevance
235 #define mtx_init(mp, name, type, opts) \ macro
331 mtx_init(&audit_mtx, "audit_mtx", NULL, MTX_DEF); in audit_init()
176 #define AUDIT_PIPE_LOCK_INIT(ap) mtx_init(&(ap)->ap_mtx, \
281 #define AUDIT_SDEV_LOCK_INIT(asdev) mtx_init(&(asdev)->asdev_mtx, \