Searched refs:cgroup_cancel_move (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/sched_ext/ |
| H A D | maximal.bpf.c | 165 .cgroup_cancel_move = (void *) maximal_cgroup_cancel_move,
|
| /linux/kernel/sched/ |
| H A D | ext_internal.h | 678 void (*cgroup_cancel_move)(struct task_struct *p, member
|
| H A D | ext.c | 3225 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,
|