Searched refs:mems_allowed (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcpuset.h26 #define cpuset_current_mems_allowed (current->mems_allowed)
30 nodes_subset((nodes), current->mems_allowed)
H A Dsched.h1189 nodemask_t mems_allowed; member in struct:task_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dcpuset.c77 nodemask_t mems_allowed; /* Memory Nodes allowed to tasks */ member in struct:cpuset
96 * recent time this cpuset changed its mems_allowed.
152 * mems_allowed value. Users of cpusets can track this generation
153 * number, and avoid having to lock and reload mems_allowed unless
160 * Generations are needed for mems_allowed because one task cannot
163 * its current->cpuset->mems_allowed has changed, requiring an update
164 * of its current->mems_allowed.
174 .mems_allowed = NODE_MASK_ALL,
207 * The task_struct fields mems_allowed and mems_generation may only
583 * Return in *pmask the portion of a cpusets's mems_allowed tha
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dmempolicy.c832 nodes_and(nodes, nodes, current->mems_allowed);
1052 /* Careful: current->mems_allowed might have moved */
1255 * with the mems_allowed returned by cpuset_mems_allowed(). This
1609 * If that old zonelist has no remaining mems_allowed nodes,

Completed in 76 milliseconds