Searched refs:mempolicy (Results 1 - 7 of 7) sorted by relevance

/include/linux/
H A Dmempolicy.h15 #include <uapi/linux/mempolicy.h>
24 * A mempolicy can be either associated with a process or with a VMA.
35 * Mempolicy objects are reference counted. A mempolicy will be freed when
39 * mpol_dup() allocates a new mempolicy and copies the specified mempolicy
43 struct mempolicy { struct
59 * Support for managing mempolicy data objects (clone, copy, destroy)
63 extern void __mpol_put(struct mempolicy *pol);
64 static inline void mpol_put(struct mempolicy *pol)
71 * Does mempolicy po
201 struct mempolicy {}; struct
[all...]
H A Dshmem_fs.h6 #include <linux/mempolicy.h>
37 struct mempolicy *mpol; /* default memory policy for mappings */
H A Dmigrate.h5 #include <linux/mempolicy.h>
H A Dmm_types.h314 struct mempolicy *vm_policy; /* NUMA policy for the VMA */
H A Dhugetlb.h18 #include <linux/mempolicy.h>
H A Dmm.h23 struct mempolicy;
251 * set_policy() op must add a reference to any non-NULL @new mempolicy
255 * mempolicy.
257 int (*set_policy)(struct vm_area_struct *vma, struct mempolicy *new);
262 * in mm/mempolicy.c will do this automatically.
265 * If no [shared/vma] mempolicy exists at the addr, get_policy() op
269 struct mempolicy *(*get_policy)(struct vm_area_struct *vma,
1797 struct mempolicy *, const char __user *);
H A Dsched.h1065 struct mempolicy;
1446 * mempolicy */
1543 struct mempolicy *mempolicy; /* Protected by alloc_lock */ member in struct:task_struct

Completed in 1604 milliseconds