Searched refs:cgrp_moving_from (Results 1 – 2 of 2) sorted by relevance
201 struct cgroup *cgrp_moving_from; member
3996 WARN_ON_ONCE(p->scx.cgrp_moving_from); in scx_cgroup_can_attach()4013 p->scx.cgrp_moving_from = from; in scx_cgroup_can_attach()4020 if (SCX_HAS_OP(cgroup_cancel_move) && p->scx.cgrp_moving_from) in scx_cgroup_can_attach()4022 p, p->scx.cgrp_moving_from, css->cgroup); in scx_cgroup_can_attach()4023 p->scx.cgrp_moving_from = NULL; in scx_cgroup_can_attach()4039 if (SCX_HAS_OP(cgroup_move) && !WARN_ON_ONCE(!p->scx.cgrp_moving_from)) in scx_cgroup_move_task()4041 p, p->scx.cgrp_moving_from, tg_cgrp(task_group(p))); in scx_cgroup_move_task()4042 p->scx.cgrp_moving_from = NULL; in scx_cgroup_move_task()4059 if (SCX_HAS_OP(cgroup_cancel_move) && p->scx.cgrp_moving_from) in scx_cgroup_cancel_attach()4061 p, p->scx.cgrp_moving_from, css->cgroup); in scx_cgroup_cancel_attach()[all …]