Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dext.h283 struct cgroup *cgrp_moving_from; member
/linux/kernel/sched/ext/
H A Dext.c4825 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()
[all …]