Searched refs:BQ_LOCKPTR (Results 1 – 1 of 1) sorted by relevance
114 #define BQ_LOCKPTR(bq) (&(bq)->bq_lock) macro115 #define BQ_LOCK(bq) mtx_lock(BQ_LOCKPTR((bq)))116 #define BQ_UNLOCK(bq) mtx_unlock(BQ_LOCKPTR((bq)))117 #define BQ_ASSERT_LOCKED(bq) mtx_assert(BQ_LOCKPTR((bq)), MA_OWNED)1801 KASSERT(BQ_LOCKPTR(bq) == BD_LOCKPTR(bd), in buf_recycle()