Home
last modified time | relevance | path

Searched refs:cgroup_move (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/sched_ext/
H A Dmaximal.bpf.c164 .cgroup_move = (void *) maximal_cgroup_move,
/linux/tools/sched_ext/
H A Dscx_flatcg.bpf.c950 .cgroup_move = (void *)fcg_cgroup_move,
/linux/kernel/sched/
H A Dext.c645 * @cgroup_move: Commit cgroup move
652 void (*cgroup_move)(struct task_struct *p, member
661 * @p was cgroup_prep_move()'d but failed before reaching cgroup_move().
4167 * behavior so that ops.cgroup_prep_move() and ops.cgroup_move() in scx_cgroup_can_attach()
4210 if (SCX_HAS_OP(sch, cgroup_move) && in scx_cgroup_move_task()
4212 SCX_CALL_OP_TASK(sch, SCX_KF_UNLOCKED, cgroup_move, NULL, in scx_cgroup_move_task()
6037 .cgroup_move = sched_ext_ops__cgroup_move,