Searched refs:LOCK_ASSERT (Results 1 – 2 of 2) sorted by relevance
171 #define LOCK_ASSERT(x) KASSERT(x) macro173 #define LOCK_ASSERT(x) /* nothing */ macro
609 LOCK_ASSERT(simple_lock_held(&pp->pr_slock) == 0); in pool_alloc_item_header()893 LOCK_ASSERT(simple_lock_held(&pp->pr_slock)); in pool_do_put()