Searched refs:VPP_ISPPLOCK (Results 1 – 3 of 3) sorted by relevance
76 #define VPP_ISPPLOCK(vpp) \ macro
2862 !VPP_ISPPLOCK(vpage)) { in segvn_faultpage()3031 vpage != NULL && VPP_ISPPLOCK(vpage)))) { in segvn_faultpage()3059 if (vpage != NULL && VPP_ISPPLOCK(vpage)) in segvn_faultpage()5977 if (VPP_ISPPLOCK(svp) && in segvn_setprot()6447 pageflag = VPP_ISPPLOCK(vpage) ? LOCK_PAGE : 0; in segvn_clrszc()6533 if (!VPP_ISPPLOCK(svp)) in segvn_claim_pages()7591 if (VPP_ISPPLOCK(vpp)) in segvn_incore()7773 if (!VPP_ISPPLOCK(vpp)) in segvn_lockop()7827 ((op == MC_LOCK && !VPP_ISPPLOCK(vpp)) || in segvn_lockop()7828 (op == MC_UNLOCK && VPP_ISPPLOCK(vpp)))) { in segvn_lockop()[all …]
1553 pageflags = VPP_ISPPLOCK(vpage) ? in anon_fill_cow_holes()2635 if (VPP_ISPPLOCK(&vpage[pg_idx])) { in anon_map_privatepages()2721 if (vpage != NULL && VPP_ISPPLOCK(&vpage[pg_idx])) { in anon_map_privatepages()