Searched refs:VM_OBJECT_SLEEP (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/vm/
H A Dvm_object.h247 #define VM_OBJECT_SLEEP(object, wchan, pri, wmesg, timo) \ macro
H A Dvnode_pager.c128 VM_OBJECT_SLEEP(object, object, PDROP | PVM, "vodead", 0);
229 VM_OBJECT_SLEEP(object, object, PDROP | PVM, "vadead", 0);
H A Dvm_object.c410 VM_OBJECT_SLEEP(object, object, PVM, waitid, 0);
633 VM_OBJECT_SLEEP(object, object,
H A Dswap_pager.c1224 if (VM_OBJECT_SLEEP(object, &object->paging_in_progress, PSWP,

Completed in 88 milliseconds