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 | 162 .cgroup_cancel_move = (void *) maximal_cgroup_cancel_move,
|
| /linux/kernel/sched/ext/ |
| H A D | internal.h | 731 void (*cgroup_cancel_move)(struct task_struct *p, member
|
| H A D | ext.c | 4863 if (p->scx.cgrp_moving_from && SCX_HAS_OP(sch, cgroup_cancel_move)) in scx_cgroup_can_attach() 4864 SCX_CALL_OP(sch, cgroup_cancel_move, NULL, in scx_cgroup_can_attach() 4905 if (p->scx.cgrp_moving_from && SCX_HAS_OP(sch, cgroup_cancel_move)) in scx_cgroup_cancel_attach() 4906 SCX_CALL_OP(sch, cgroup_cancel_move, NULL, in scx_cgroup_cancel_attach() 8285 .cgroup_cancel_move = sched_ext_ops__cgroup_cancel_move, 10794 [SCX_OP_IDX(cgroup_cancel_move)] = SCX_KF_ALLOW_UNLOCKED, 10959 CID_OFFSET_MATCH(cgroup_cancel_move, cpuctl_cancel_move); in scx_init()
|