Searched refs:cpuset_mems_allowed (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcpuset.h25 extern nodemask_t cpuset_mems_allowed(struct task_struct *p);
91 static inline nodemask_t cpuset_mems_allowed(struct task_struct *p) function
H A Dmempolicy.h71 nodemask_t cpuset_mems_allowed; /* mempolicy relative to these nodes */ member in struct:mempolicy
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dmempolicy.c155 policy->cpuset_mems_allowed = cpuset_mems_allowed(current);
897 task_nodes = cpuset_mems_allowed(task);
1255 * with the mems_allowed returned by cpuset_mems_allowed(). This
1269 nodemask_t mems = cpuset_mems_allowed(current);
1576 mpolmask = &pol->cpuset_mems_allowed;
H A Dmigrate.c932 task_nodes = cpuset_mems_allowed(task);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dcpuset.c868 * mems_allowed to synchronize with cpuset_mems_allowed().
2304 * cpuset_mems_allowed - return mems_allowed mask from a tasks cpuset.
2313 nodemask_t cpuset_mems_allowed(struct task_struct *tsk) function

Completed in 116 milliseconds