Searched refs:blockcount_wait (Results 1 – 4 of 4) sorted by relevance
| /src/sys/sys/ |
| H A D | blockcount.h | 89 #define blockcount_wait(bc, lo, wmesg, prio) \ macro
|
| /src/sys/kern/ |
| H A D | kern_ucoredump.c | 123 blockcount_wait(&cd->cd_refcount, NULL, "dumpwait", 0); in coredumper_unregister()
|
| /src/sys/vm/ |
| H A D | vm_object.c | 380 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 D | vm_pageout.c | 1717 blockcount_wait(&vmd->vmd_inactive_running, NULL, "vmpoid", PVM); in vm_pageout_inactive_dispatch()
|