Searched refs:sl_mtx (Results 1 – 2 of 2) sorted by relevance
312 lp->sl_mtx = lck_mtx_alloc_init(&audit_lck_grp, LCK_ATTR_NULL); in _audit_slck_init()313 KASSERT(lp->sl_mtx != NULL, in _audit_slck_init()331 lck_mtx_lock(lp->sl_mtx); in _audit_slck_lock()334 res = lck_mtx_sleep(lp->sl_mtx, LCK_SLEEP_DEFAULT, in _audit_slck_lock()340 lck_mtx_unlock(lp->sl_mtx); in _audit_slck_lock()351 lck_mtx_lock(lp->sl_mtx); in _audit_slck_unlock()359 lck_mtx_unlock(lp->sl_mtx); in _audit_slck_unlock()370 lck_mtx_lock(lp->sl_mtx); in _audit_slck_trylock()375 lck_mtx_unlock(lp->sl_mtx); in _audit_slck_trylock()397 if (lp->sl_mtx) { in _audit_slck_destroy()[all …]
189 lck_mtx_t *sl_mtx; member