Home
last modified time | relevance | path

Searched refs:mpol_misplaced (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/include/linux/
Dmempolicy.h184 extern int mpol_misplaced(struct page *, struct vm_area_struct *, unsigned long);
289 static inline int mpol_misplaced(struct page *page, struct vm_area_struct *vma, in mpol_misplaced() function
/Linux-v5.15/mm/
Dmempolicy.c2379 int mpol_misplaced(struct page *page, struct vm_area_struct *vma, unsigned long addr) in mpol_misplaced() function
Dmemory.c4335 return mpol_misplaced(page, vma, addr); in numa_migrate_prep()