Searched refs:waitqueue_active (Results 1 – 2 of 2) sorted by relevance
86 ASSERT(!waitqueue_active(&cvp->cv_event)); in cv_destroy_wakeup()109 ASSERT3S(waitqueue_active(&cvp->cv_event), ==, 0); in __cv_destroy()
278 #define waitqueue_active(wqh) linux_waitqueue_active(wqh) macro