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.c3294 if (SCX_HAS_OP(sch, cgroup_move) && in scx_cgroup_move_task()
3296 SCX_CALL_OP_TASK(sch, SCX_KF_UNLOCKED, cgroup_move, NULL, in scx_cgroup_move_task()
5412 .cgroup_move = sched_ext_ops__cgroup_move,
/linux/tools/sched_ext/
H A Dscx_flatcg.bpf.c950 .cgroup_move = (void *)fcg_cgroup_move,