Home
last modified time | relevance | path

Searched refs:_blockcount_sleep (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dblockcount.h44 int _blockcount_sleep(blockcount_t *bc, struct lock_object *, const char *wmesg,
85 while (_blockcount_sleep(bc, lo, wmesg, prio) == EAGAIN) in _blockcount_wait()
90 _blockcount_sleep((bc), (struct lock_object *)(lo), (wmesg), (prio))
/f-stack/freebsd/kern/
H A Dkern_synch.c411 _blockcount_sleep(blockcount_t *bc, struct lock_object *lock, const char *wmesg, in _blockcount_sleep() function