Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_page.h592 void vm_page_busy_sleep(vm_page_t m, const char *msg, bool nonshared);
594 vm_pindex_t pindex, const char *wmesg, bool nonshared);
H A Dvm_page.c1014 vm_page_busy_sleep(vm_page_t m, const char *wmesg, bool nonshared) in vm_page_busy_sleep() argument
1023 nonshared ? VM_ALLOC_SBUSY : 0 , true)) in vm_page_busy_sleep()
1040 const char *wmesg, bool nonshared) in vm_page_busy_sleep_unlocked() argument
1047 nonshared ? VM_ALLOC_SBUSY : 0, false); in vm_page_busy_sleep_unlocked()