Searched refs:_BLOCKCOUNT_WAITERS (Results 1 – 3 of 3) sorted by relevance
42 #define _BLOCKCOUNT_WAITERS(c) (((c) & _BLOCKCOUNT_WAITERS_FLAG) != 0) macro
73 if (_BLOCKCOUNT_COUNT(old) == n && _BLOCKCOUNT_WAITERS(old)) in blockcount_release()
378 KASSERT(_BLOCKCOUNT_WAITERS(old), in wakeup_any() 436 if (_BLOCKCOUNT_WAITERS(old)) in _blockcount_sleep()