Searched refs:VPP_ISPPLOCK (Results 1 – 3 of 3) sorted by relevance
76 #define VPP_ISPPLOCK(vpp) \ macro
2868 !VPP_ISPPLOCK(vpage)) { in segvn_faultpage()3037 vpage != NULL && VPP_ISPPLOCK(vpage)))) { in segvn_faultpage()3065 if (vpage != NULL && VPP_ISPPLOCK(vpage)) in segvn_faultpage()5967 if (VPP_ISPPLOCK(svp) && in segvn_setprot()6437 pageflag = VPP_ISPPLOCK(vpage) ? LOCK_PAGE : 0; in segvn_clrszc()6523 if (!VPP_ISPPLOCK(svp)) in segvn_claim_pages()7581 if (VPP_ISPPLOCK(vpp)) in segvn_incore()7763 if (!VPP_ISPPLOCK(vpp)) in segvn_lockop()7817 ((op == MC_LOCK && !VPP_ISPPLOCK(vpp)) || in segvn_lockop()7818 (op == MC_UNLOCK && VPP_ISPPLOCK(vpp)))) { in segvn_lockop()[all …]
1560 pageflags = VPP_ISPPLOCK(vpage) ? in anon_fill_cow_holes()2638 if (VPP_ISPPLOCK(&vpage[pg_idx])) { in anon_map_privatepages()2724 if (vpage != NULL && VPP_ISPPLOCK(&vpage[pg_idx])) { in anon_map_privatepages()