Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_page.h309 #define VPB_SHARERS(x) \ macro
H A Dvm_page.c994 if (VPB_SHARERS(x) > 1) in vm_page_busy_tryupgrade()
1035 if (VPB_SHARERS(x) > 1) { in vm_page_sunbusy()
1887 if ((x & VPB_BIT_SHARED) != 0 && VPB_SHARERS(x) > 1) { in vm_page_busy_release()