Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/sched_ext/
H A Dmaximal.bpf.c164 .cgroup_move = (void *) maximal_cgroup_move,
/linux/kernel/sched/
H A Dext_internal.h666 void (*cgroup_move)(struct task_struct *p, member
H A Dext.c3203 * behavior so that ops.cgroup_prep_move() and ops.cgroup_move() in scx_cgroup_can_attach()
3245 if (SCX_HAS_OP(sch, cgroup_move) && in scx_cgroup_cancel_attach()
3247 SCX_CALL_OP_TASK(sch, SCX_KF_UNLOCKED, cgroup_move, NULL, in scx_cgroup_cancel_attach()
5366 .cgroup_move = sched_ext_ops__cgroup_move,
/linux/tools/sched_ext/
H A Dscx_flatcg.bpf.c950 .cgroup_move = (void *)fcg_cgroup_move,