Searched refs:nonshared (Results 1 – 2 of 2) sorted by relevance
462 void vm_page_busy_sleep(vm_page_t m, const char *msg, bool nonshared);
850 vm_page_busy_sleep(vm_page_t m, const char *wmesg, bool nonshared) in vm_page_busy_sleep() argument857 if (x == VPB_UNBUSIED || (nonshared && (x & VPB_BIT_SHARED) != 0) || in vm_page_busy_sleep()