Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/sched_ext/
Dmaximal.bpf.c158 .cgroup_move = (void *) maximal_cgroup_move,
/linux-6.12.1/tools/sched_ext/
Dscx_flatcg.bpf.c953 .cgroup_move = (void *)fcg_cgroup_move,
/linux-6.12.1/kernel/sched/
Dext.c574 void (*cgroup_move)(struct task_struct *p, member
3887 if (SCX_HAS_OP(cgroup_move) && !WARN_ON_ONCE(!p->scx.cgrp_moving_from)) in scx_move_task()
3888 SCX_CALL_OP_TASK(SCX_KF_UNLOCKED, cgroup_move, p, in scx_move_task()
5605 .cgroup_move = cgroup_move_stub,