Home
last modified time | relevance | path

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

/src/sys/sys/
H A Dblockcount.h89 #define blockcount_wait(bc, lo, wmesg, prio) \ macro
/src/sys/kern/
H A Dkern_ucoredump.c123 blockcount_wait(&cd->cd_refcount, NULL, "dumpwait", 0); in coredumper_unregister()
/src/sys/vm/
H A Dvm_object.c380 blockcount_wait(&object->paging_in_progress, &object->lock, waitid, in vm_object_pip_wait()
390 blockcount_wait(&object->paging_in_progress, NULL, waitid, PVM); in vm_object_pip_wait_unlocked()
H A Dvm_pageout.c1717 blockcount_wait(&vmd->vmd_inactive_running, NULL, "vmpoid", PVM); in vm_pageout_inactive_dispatch()