Searched refs:fl_lock (Results 1 – 2 of 2) sorted by relevance
513 struct mtx fl_lock; member911 #define FL_LOCK(fl) mtx_lock(&(fl)->fl_lock)912 #define FL_TRYLOCK(fl) mtx_trylock(&(fl)->fl_lock)913 #define FL_UNLOCK(fl) mtx_unlock(&(fl)->fl_lock)914 #define FL_LOCK_ASSERT_OWNED(fl) mtx_assert(&(fl)->fl_lock, MA_OWNED)915 #define FL_LOCK_ASSERT_NOTOWNED(fl) mtx_assert(&(fl)->fl_lock, MA_NOTOWNED)
2848 mtx_init(&fl->fl_lock, fl->lockname, NULL, MTX_DEF); in alloc_iq_fl()3022 if (mtx_initialized(&fl->fl_lock)) in free_iq_fl()3023 mtx_destroy(&fl->fl_lock); in free_iq_fl()