Searched refs:mempolicy (Results 1 - 25 of 37) sorted by last modified time

12

/linux-master/mm/
H A Dzswap.c26 #include <linux/mempolicy.h>
1034 struct mempolicy *mpol;
H A Dswap_state.c13 #include <linux/mempolicy.h>
430 struct mempolicy *mpol, pgoff_t ilx, bool *new_page_allocated,
557 struct mempolicy *mpol;
651 struct mempolicy *mpol, pgoff_t ilx)
816 struct mempolicy *mpol, pgoff_t targ_ilx, struct vm_fault *vmf)
897 struct mempolicy *mpol;
H A Dslub.c28 #include <linux/mempolicy.h>
H A Dshmem.c69 #include <linux/mempolicy.h>
116 struct mempolicy *mpol;
1532 static void shmem_show_mpol(struct seq_file *seq, struct mempolicy *mpol)
1544 static struct mempolicy *shmem_get_sbmpol(struct shmem_sb_info *sbinfo)
1546 struct mempolicy *mpol = NULL;
1556 static inline void shmem_show_mpol(struct seq_file *seq, struct mempolicy *mpol)
1559 static inline struct mempolicy *shmem_get_sbmpol(struct shmem_sb_info *sbinfo)
1565 static struct mempolicy *shmem_get_pgoff_policy(struct shmem_inode_info *info,
1571 struct mempolicy *mpol;
1609 struct mempolicy *mpo
[all...]
H A Doom_kill.c38 #include <linux/mempolicy.h>
84 * shares the same mempolicy nodes as current if it is bound by such a policy
101 * If this is a mempolicy constrained oom, tsk's
103 * mempolicy intersects current, otherwise it may be
109 * This is not a mempolicy constrained oom, so only
283 * the page allocator means a mempolicy is in effect. Cpuset policy
420 * memcg, not in the same cpuset, or bound to a disjoint set of mempolicy nodes
1070 * does not panic for cpuset, mempolicy, or memcg allocation
H A Dmremap.c27 #include <linux/mempolicy.h>
H A Dmprotect.c19 #include <linux/mempolicy.h>
H A Dmmap.c33 #include <linux/mempolicy.h>
865 unsigned long vm_flags, pgoff_t pgoff, struct mempolicy *policy,
2477 struct mempolicy *policy,
H A Dmlock.c18 #include <linux/mempolicy.h>
H A Dmigrate.c30 #include <linux/mempolicy.h>
H A Dmempolicy.c80 #include <linux/mempolicy.h>
134 static struct mempolicy default_policy = {
139 static struct mempolicy preferred_node_policy[MAX_NUMNODES];
199 struct mempolicy *get_task_policy(struct task_struct *p)
201 struct mempolicy *pol = p->mempolicy;
219 int (*create)(struct mempolicy *pol, const nodemask_t *nodes);
220 void (*rebind)(struct mempolicy *pol, const nodemask_t *nodes);
223 static inline int mpol_store_user_nodemask(const struct mempolicy *pol)
236 static int mpol_new_nodemask(struct mempolicy *po
2133 struct mempolicy *mempolicy; local
2175 struct mempolicy *mempolicy; local
[all...]
H A Dmadvise.c12 #include <linux/mempolicy.h>
H A Dhugetlb.c15 #include <linux/mempolicy.h>
1396 struct mempolicy *mpol;
2575 struct mempolicy *mpol;
4143 * hstate attribute for optionally mempolicy-based constraint on persistent
4882 struct mempolicy *mpol = get_task_policy(current);
6637 struct mempolicy *mpol;
H A DMakefile77 obj-$(CONFIG_NUMA) += mempolicy.o
/linux-master/kernel/sched/
H A Dfair.c44 #include <linux/mempolicy.h>
/linux-master/kernel/
H A Dfork.c34 #include <linux/mempolicy.h>
2321 p->mempolicy = mpol_dup(p->mempolicy);
2322 if (IS_ERR(p->mempolicy)) {
2323 retval = PTR_ERR(p->mempolicy);
2324 p->mempolicy = NULL;
2670 mpol_put(p->mempolicy);
H A Dexit.c38 #include <linux/mempolicy.h>
/linux-master/init/
H A Dmain.c63 #include <linux/mempolicy.h>
/linux-master/include/linux/
H A Dswap.h16 #include <uapi/linux/mempolicy.h>
H A Dsched.h62 struct mempolicy;
1146 /* Protection against (de-)allocation: mm, files, fs, tty, keyrings, mems_allowed, mempolicy: */
1268 struct mempolicy *mempolicy; member in struct:task_struct
H A Dmm_types.h740 struct mempolicy *vm_policy; /* NUMA policy for the VMA */
H A Dmm.h35 struct mempolicy;
616 * set_policy() op must add a reference to any non-NULL @new mempolicy
620 * mempolicy.
622 int (*set_policy)(struct vm_area_struct *vma, struct mempolicy *new);
627 * in mm/mempolicy.c will do this automatically.
630 * If no [shared/vma] mempolicy exists at the addr, get_policy() op
634 struct mempolicy *(*get_policy)(struct vm_area_struct *vma,
3335 struct mempolicy *policy,
3372 struct mempolicy *new_pol)
H A Dmempolicy.h16 #include <uapi/linux/mempolicy.h>
27 * A mempolicy can be either associated with a process or with a VMA.
38 * Mempolicy objects are reference counted. A mempolicy will be freed when
42 * mpol_dup() allocates a new mempolicy and copies the specified mempolicy
46 struct mempolicy { struct
60 * Support for managing mempolicy data objects (clone, copy, destroy)
64 extern void __mpol_put(struct mempolicy *pol);
65 static inline void mpol_put(struct mempolicy *pol)
72 * Does mempolicy po
183 struct mempolicy {}; struct
[all...]
H A Dgfp.h13 struct mempolicy;
279 struct mempolicy *mpol, pgoff_t ilx, int nid);
289 struct mempolicy *mpol, pgoff_t ilx, int nid)
/linux-master/fs/
H A Duserfaultfd.c28 #include <linux/mempolicy.h>

Completed in 616 milliseconds

12