Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dblockcount.h89 #define blockcount_wait(bc, lo, wmesg, prio) \ macro
/freebsd/sys/vm/
H A Dvm_object.c385 blockcount_wait(&object->paging_in_progress, &object->lock, waitid, in vm_object_pip_wait()
395 blockcount_wait(&object->paging_in_progress, NULL, waitid, PVM); in vm_object_pip_wait_unlocked()
H A Dvm_pageout.c1677 blockcount_wait(&vmd->vmd_inactive_running, NULL, "vmpoid", PVM); in vm_pageout_inactive_dispatch()