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()5956 if (VPP_ISPPLOCK(svp) && in segvn_setprot()6426 pageflag = VPP_ISPPLOCK(vpage) ? LOCK_PAGE : 0; in segvn_clrszc()6512 if (!VPP_ISPPLOCK(svp)) in segvn_claim_pages()7570 if (VPP_ISPPLOCK(vpp)) in segvn_incore()7752 if (!VPP_ISPPLOCK(vpp)) in segvn_lockop()7806 ((op == MC_LOCK && !VPP_ISPPLOCK(vpp)) || in segvn_lockop()7807 (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()