Lines Matching refs:cgrp_moving_from
4825 WARN_ON_ONCE(p->scx.cgrp_moving_from); in scx_cgroup_can_attach()
4853 p->scx.cgrp_moving_from = from; in scx_cgroup_can_attach()
4863 if (p->scx.cgrp_moving_from && SCX_HAS_OP(sch, cgroup_cancel_move)) in scx_cgroup_can_attach()
4865 p, p->scx.cgrp_moving_from, css->cgroup); in scx_cgroup_can_attach()
4866 p->scx.cgrp_moving_from = NULL; in scx_cgroup_can_attach()
4886 if (p->scx.cgrp_moving_from && SCX_HAS_OP(sch, cgroup_move)) in scx_cgroup_move_task()
4888 p, p->scx.cgrp_moving_from, in scx_cgroup_move_task()
4890 p->scx.cgrp_moving_from = NULL; in scx_cgroup_move_task()
4905 if (p->scx.cgrp_moving_from && SCX_HAS_OP(sch, cgroup_cancel_move)) in scx_cgroup_cancel_attach()
4907 p, p->scx.cgrp_moving_from, css->cgroup); in scx_cgroup_cancel_attach()
4908 p->scx.cgrp_moving_from = NULL; in scx_cgroup_cancel_attach()