Home
last modified time | relevance | path

Searched refs:many_dest_cs (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/cgroup/
H A Dcpuset.c369 bool many_dest_cs; /* Have many destination cpusets */ member
3167 attach_ctx.many_dest_cs = false; in cpuset_can_attach()
3197 attach_ctx.many_dest_cs = true; in cpuset_can_attach()
3249 if (WARN_ON_ONCE(attach_ctx.many_dest_cs && (!cpuset_v2() || in cpuset_can_attach()