Searched refs:cgrp_moving_from (Results 1 – 2 of 2) sorted by relevance
200 struct cgroup *cgrp_moving_from; member
3831 WARN_ON_ONCE(p->scx.cgrp_moving_from); in scx_cgroup_can_attach()3848 p->scx.cgrp_moving_from = from; in scx_cgroup_can_attach()3855 if (SCX_HAS_OP(cgroup_cancel_move) && p->scx.cgrp_moving_from) in scx_cgroup_can_attach()3857 p->scx.cgrp_moving_from, css->cgroup); in scx_cgroup_can_attach()3858 p->scx.cgrp_moving_from = NULL; in scx_cgroup_can_attach()3887 if (SCX_HAS_OP(cgroup_move) && !WARN_ON_ONCE(!p->scx.cgrp_moving_from)) in scx_move_task()3889 p->scx.cgrp_moving_from, tg_cgrp(task_group(p))); in scx_move_task()3890 p->scx.cgrp_moving_from = NULL; in scx_move_task()3907 if (SCX_HAS_OP(cgroup_cancel_move) && p->scx.cgrp_moving_from) in scx_cgroup_cancel_attach()3909 p->scx.cgrp_moving_from, css->cgroup); in scx_cgroup_cancel_attach()[all …]