Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/sched_ext/
H A Dmaximal.bpf.c161 .cgroup_cancel_move = (void *) maximal_cgroup_cancel_move,
/linux/kernel/sched/
H A Dext.c608 void (*cgroup_cancel_move)(struct task_struct *p, member
4367 if (SCX_HAS_OP(cgroup_cancel_move) && p->scx.cgrp_moving_from) in scx_cgroup_can_attach()
4368 SCX_CALL_OP(SCX_KF_UNLOCKED, cgroup_cancel_move, p, in scx_cgroup_can_attach()
4406 if (SCX_HAS_OP(cgroup_cancel_move) && p->scx.cgrp_moving_from) in scx_cgroup_cancel_attach()
4407 SCX_CALL_OP(SCX_KF_UNLOCKED, cgroup_cancel_move, p, in scx_cgroup_cancel_attach()
6103 .cgroup_cancel_move = sched_ext_ops__cgroup_cancel_move,