Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/sched_ext/
Dmaximal.bpf.c159 .cgroup_cancel_move = (void *) maximal_cgroup_cancel_move,
/linux-6.12.1/kernel/sched/
Dext.c586 void (*cgroup_cancel_move)(struct task_struct *p, member
3855 if (SCX_HAS_OP(cgroup_cancel_move) && p->scx.cgrp_moving_from) in scx_cgroup_can_attach()
3856 SCX_CALL_OP(SCX_KF_UNLOCKED, cgroup_cancel_move, p, in scx_cgroup_can_attach()
3907 if (SCX_HAS_OP(cgroup_cancel_move) && p->scx.cgrp_moving_from) in scx_cgroup_cancel_attach()
3908 SCX_CALL_OP(SCX_KF_UNLOCKED, cgroup_cancel_move, p, in scx_cgroup_cancel_attach()
5606 .cgroup_cancel_move = cgroup_cancel_move_stub,