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

/linux-master/kernel/cgroup/
H A Dcpuset.c4188 bool same_cs; local
4192 same_cs = (cs == task_cs(current));
4195 if (same_cs)
4227 bool same_cs; local
4230 same_cs = (cs == task_cs(current));
4233 if (same_cs)
4251 bool same_cs; local
4255 same_cs = (cs == task_cs(current));
4258 if (same_cs) {

Completed in 132 milliseconds