Searched refs:fl_lock (Results 1 – 2 of 2) sorted by relevance
483 struct mtx fl_lock; member867 #define FL_LOCK(fl) mtx_lock(&(fl)->fl_lock)868 #define FL_TRYLOCK(fl) mtx_trylock(&(fl)->fl_lock)869 #define FL_UNLOCK(fl) mtx_unlock(&(fl)->fl_lock)870 #define FL_LOCK_ASSERT_OWNED(fl) mtx_assert(&(fl)->fl_lock, MA_OWNED)871 #define FL_LOCK_ASSERT_NOTOWNED(fl) mtx_assert(&(fl)->fl_lock, MA_NOTOWNED)
2705 mtx_init(&fl->fl_lock, fl->lockname, NULL, MTX_DEF); in alloc_iq_fl()2879 if (mtx_initialized(&fl->fl_lock)) in free_iq_fl()2880 mtx_destroy(&fl->fl_lock); in free_iq_fl()