Lines Matching refs:vma
93 #define vma_policy(vma) ((vma)->vm_policy) argument
131 struct vm_area_struct *vma,
138 struct mempolicy *__get_vma_policy(struct vm_area_struct *vma,
140 bool vma_policy_mof(struct vm_area_struct *vma);
148 extern struct zonelist *huge_zonelist(struct vm_area_struct *vma,
175 static inline int vma_migratable(struct vm_area_struct *vma) in vma_migratable() argument
177 if (vma->vm_flags & (VM_IO | VM_PFNMAP)) in vma_migratable()
181 if (vma->vm_flags & VM_HUGETLB) in vma_migratable()
190 if (vma->vm_file && in vma_migratable()
191 gfp_zone(mapping_gfp_mask(vma->vm_file->f_mapping)) in vma_migratable()
231 #define vma_policy(vma) NULL argument
257 static inline struct zonelist *huge_zonelist(struct vm_area_struct *vma, in huge_zonelist() argument
288 static inline int mpol_misplaced(struct page *page, struct vm_area_struct *vma, in mpol_misplaced() argument