Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dmempolicy.h177 extern int mpol_misplaced(struct page *, struct vm_area_struct *, unsigned long);
281 static inline int mpol_misplaced(struct page *page, struct vm_area_struct *vma, in mpol_misplaced() function
/Linux-v6.1/mm/
Dmempolicy.c2567 int mpol_misplaced(struct page *page, struct vm_area_struct *vma, unsigned long addr) in mpol_misplaced() function
Dmemory.c4707 return mpol_misplaced(page, vma, addr); in numa_migrate_prep()