Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
H A Dcpuset.c372 } attach_ctx; variable
385 if (!attach_ctx.in_progress) in wait_attach_done_lock()
391 wait_event(cpuset_attach_wq, attach_ctx.in_progress == 0); in wait_attach_done_lock()
414 attach_ctx.in_progress--; in dec_attach_in_progress_locked()
415 if (!attach_ctx.in_progress) in dec_attach_in_progress_locked()
3084 attach_ctx.cpus_updated = true; in cpuset_can_attach_check()
3086 attach_ctx.mems_updated = true; in cpuset_can_attach_check()
3164 attach_ctx.old_cs = NULL; /* Used later in cpuset_attach_task() */ in cpuset_can_attach()
3165 attach_ctx.cpus_updated = false; in cpuset_can_attach()
3166 attach_ctx.mems_updated = false; in cpuset_can_attach()
[all …]