Searched refs:waitqueue_active (Results 1 – 3 of 3) sorted by relevance
87 ASSERT(!waitqueue_active(&cvp->cv_event)); in cv_destroy_wakeup()110 ASSERT3S(waitqueue_active(&cvp->cv_event), ==, 0); in __cv_destroy()
286 #define waitqueue_active(wqh) linux_waitqueue_active(wqh) macro
558 if (waitqueue_active(&ifp->pend_8021x_wait)) in brcmf_txfinalize()