Home
last modified time | relevance | path

Searched refs:_BLOCKCOUNT_WAITERS (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A D_blockcount.h42 #define _BLOCKCOUNT_WAITERS(c) (((c) & _BLOCKCOUNT_WAITERS_FLAG) != 0) macro
H A Dblockcount.h73 if (_BLOCKCOUNT_COUNT(old) == n && _BLOCKCOUNT_WAITERS(old)) in blockcount_release()
/freebsd/sys/kern/
H A Dkern_synch.c394 KASSERT(_BLOCKCOUNT_WAITERS(old), in _blockcount_wakeup()
452 if (_BLOCKCOUNT_WAITERS(old)) in _blockcount_sleep()