Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/sched_ext/
H A Dmaximal.bpf.c160 .cgroup_move = (void *) maximal_cgroup_move,
/linux-6.15/tools/sched_ext/
H A Dscx_flatcg.bpf.c950 .cgroup_move = (void *)fcg_cgroup_move,
/linux-6.15/kernel/sched/
H A Dext.c623 void (*cgroup_move)(struct task_struct *p, member
4039 if (SCX_HAS_OP(cgroup_move) && !WARN_ON_ONCE(!p->scx.cgrp_moving_from)) in scx_cgroup_move_task()
4040 SCX_CALL_OP_TASK(SCX_KF_UNLOCKED, cgroup_move, NULL, in scx_cgroup_move_task()
5812 .cgroup_move = sched_ext_ops__cgroup_move,