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.c162 .cgroup_cancel_move = (void *) maximal_cgroup_cancel_move,
/linux/kernel/sched/
H A Dext_internal.h698 void (*cgroup_cancel_move)(struct task_struct *p, member
H A Dext.c4374 if (SCX_HAS_OP(sch, cgroup_cancel_move) && in scx_cgroup_move_task()
4376 SCX_CALL_OP(sch, cgroup_cancel_move, NULL, in scx_cgroup_move_task()
4413 if (SCX_HAS_OP(sch, cgroup_cancel_move) && in scx_group_set_weight()
4415 SCX_CALL_OP(sch, cgroup_cancel_move, NULL, in scx_group_set_weight()
7724 .cgroup_cancel_move = sched_ext_ops__cgroup_cancel_move, in kick_one_cpu()
9804 [SCX_OP_IDX(cgroup_cancel_move)] = SCX_KF_ALLOW_UNLOCKED, in scx_init()