Searched refs:task_cs (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dcpuset.c120 static inline struct cpuset *task_cs(struct task_struct *task) function
938 guarantee_online_mems(task_cs(tsk),&tsk->mems_allowed);
1162 return task_cs(current) == cpuset_being_rebound;
2211 guarantee_online_cpus(task_cs(tsk), pmask);
2222 cs = task_cs(tsk);
2238 * set any mask even if it is not right from task_cs() pov,
2279 guarantee_online_mems(task_cs(tsk), &mask);
2397 cs = nearest_hardwall_ancestor(task_cs(current));
2527 * dereferencing task_cs(task).
2533 dentry = task_cs(ts
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dcpuset.c120 static inline struct cpuset *task_cs(struct task_struct *task) function
938 guarantee_online_mems(task_cs(tsk),&tsk->mems_allowed);
1162 return task_cs(current) == cpuset_being_rebound;
2211 guarantee_online_cpus(task_cs(tsk), pmask);
2222 cs = task_cs(tsk);
2238 * set any mask even if it is not right from task_cs() pov,
2279 guarantee_online_mems(task_cs(tsk), &mask);
2397 cs = nearest_hardwall_ancestor(task_cs(current));
2527 * dereferencing task_cs(task).
2533 dentry = task_cs(ts
[all...]

Completed in 115 milliseconds