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

/linux-master/kernel/cgroup/
H A Dcpuset.c2754 static void *cpuset_being_rebound; variable
2770 cpuset_being_rebound = cs; /* causes mpol_dup() rebind */
2777 * mpol_dup() cpuset_being_rebound check will catch such forks,
2780 * will be contending for the global variable cpuset_being_rebound.
2812 cpuset_being_rebound = NULL;
2942 ret = task_cs(current) == cpuset_being_rebound;

Completed in 88 milliseconds