Lines Matching refs:mempolicy
70 #include <linux/mempolicy.h>
113 struct mempolicy *mpol;
1471 static void shmem_show_mpol(struct seq_file *seq, struct mempolicy *mpol)
1483 static struct mempolicy *shmem_get_sbmpol(struct shmem_sb_info *sbinfo)
1485 struct mempolicy *mpol = NULL;
1495 static inline void shmem_show_mpol(struct seq_file *seq, struct mempolicy *mpol)
1498 static inline struct mempolicy *shmem_get_sbmpol(struct shmem_sb_info *sbinfo)
1617 * NUMA mempolicy, and applied also to anonymous pages in do_swap_page();
2216 static int shmem_set_policy(struct vm_area_struct *vma, struct mempolicy *mpol)
2222 static struct mempolicy *shmem_get_policy(struct vm_area_struct *vma,
3660 * Preserve previous mempolicy unless mpol remount option was specified.