Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A D_blockcount.h44 #define _BLOCKCOUNT_WAITERS(c) (((c) & _BLOCKCOUNT_WAITERS_FLAG) != 0) macro
H A Dblockcount.h75 if (_BLOCKCOUNT_COUNT(old) == n && _BLOCKCOUNT_WAITERS(old)) in blockcount_release()
/f-stack/freebsd/kern/
H A Dkern_synch.c395 KASSERT(_BLOCKCOUNT_WAITERS(old), in _blockcount_wakeup()
453 if (_BLOCKCOUNT_WAITERS(old)) in _blockcount_sleep()