Searched refs:fl_lock (Results 1 – 2 of 2) sorted by relevance
453 struct mtx fl_lock; member843 #define FL_LOCK(fl) mtx_lock(&(fl)->fl_lock)844 #define FL_TRYLOCK(fl) mtx_trylock(&(fl)->fl_lock)845 #define FL_UNLOCK(fl) mtx_unlock(&(fl)->fl_lock)846 #define FL_LOCK_ASSERT_OWNED(fl) mtx_assert(&(fl)->fl_lock, MA_OWNED)847 #define FL_LOCK_ASSERT_NOTOWNED(fl) mtx_assert(&(fl)->fl_lock, MA_NOTOWNED)
2588 mtx_init(&fl->fl_lock, fl->lockname, NULL, MTX_DEF); in alloc_iq_fl()2762 if (mtx_initialized(&fl->fl_lock)) in free_iq_fl()2763 mtx_destroy(&fl->fl_lock); in free_iq_fl()