Home
last modified time | relevance | path

Searched refs:cgroup_prep_move (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/sched_ext/
H A Dmaximal.bpf.c163 .cgroup_prep_move = (void *) maximal_cgroup_prep_move,
/linux/kernel/sched/
H A Dext_internal.h655 s32 (*cgroup_prep_move)(struct task_struct *p, member
H A Dext.c3203 * behavior so that ops.cgroup_prep_move() and ops.cgroup_move() in scx_cgroup_can_attach()
3209 if (SCX_HAS_OP(sch, cgroup_prep_move)) { in scx_cgroup_can_attach()
3211 cgroup_prep_move, NULL, in scx_cgroup_can_attach()
3231 return ops_sanitize_err(sch, "cgroup_prep_move", ret); in scx_cgroup_move_task()
3242 * @p must have ops.cgroup_prep_move() called on it and thus in scx_cgroup_cancel_attach()
5249 case offsetof(struct sched_ext_ops, cgroup_prep_move): in bpf_scx_unreg()
5365 .cgroup_prep_move = sched_ext_ops__cgroup_prep_move,