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

/mm/
H A Dmempolicy.c70 #include <linux/mempolicy.h>
118 static struct mempolicy default_policy = {
124 static struct mempolicy preferred_node_policy[MAX_NUMNODES];
126 struct mempolicy *get_task_policy(struct task_struct *p)
128 struct mempolicy *pol = p->mempolicy;
146 int (*create)(struct mempolicy *pol, const nodemask_t *nodes);
148 * If read-side task has no lock to protect task->mempolicy, write-side
149 * task will rebind the task->mempolicy by two step. The first step is
153 * If we have a lock to protect task->mempolicy i
1898 struct mempolicy *mempolicy; local
1943 struct mempolicy *mempolicy; local
[all...]

Completed in 153 milliseconds