Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/sched_ext/
H A Dmaximal.bpf.c165 .cgroup_cancel_move = (void *) maximal_cgroup_cancel_move,
/linux/kernel/sched/
H A Dext_internal.h678 void (*cgroup_cancel_move)(struct task_struct *p, member
H A Dext.c3225 if (SCX_HAS_OP(sch, cgroup_cancel_move) && in scx_cgroup_can_attach()
3227 SCX_CALL_OP(sch, SCX_KF_UNLOCKED, cgroup_cancel_move, NULL, in scx_cgroup_can_attach()
3264 if (SCX_HAS_OP(sch, cgroup_cancel_move) && in scx_cgroup_cancel_attach()
3266 SCX_CALL_OP(sch, SCX_KF_UNLOCKED, cgroup_cancel_move, NULL, in scx_cgroup_cancel_attach()
5365 .cgroup_cancel_move = sched_ext_ops__cgroup_cancel_move,