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.h248 struct cgroup *cgrp_moving_from; member
/linux/kernel/sched/
H A Dext.c4350 WARN_ON_ONCE(p->scx.cgrp_moving_from); in scx_cgroup_can_attach()
4367 p->scx.cgrp_moving_from = from; in scx_cgroup_can_attach()
4375 p->scx.cgrp_moving_from) in scx_cgroup_can_attach()
4377 p, p->scx.cgrp_moving_from, css->cgroup); in scx_cgroup_can_attach()
4378 p->scx.cgrp_moving_from = NULL; in scx_cgroup_can_attach()
4396 !WARN_ON_ONCE(!p->scx.cgrp_moving_from)) in scx_cgroup_move_task()
4398 p, p->scx.cgrp_moving_from, in scx_cgroup_move_task()
4400 p->scx.cgrp_moving_from = NULL; in scx_cgroup_move_task()
4414 p->scx.cgrp_moving_from) in scx_cgroup_cancel_attach()
4416 p, p->scx.cgrp_moving_from, css->cgroup); in scx_cgroup_cancel_attach()
[all …]