Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/sched_ext/
H A Dmaximal.bpf.c162 .cgroup_set_weight = (void *) maximal_cgroup_set_weight,
/linux-6.15/tools/sched_ext/
H A Dscx_flatcg.bpf.c947 .cgroup_set_weight = (void *)fcg_cgroup_set_weight,
/linux-6.15/kernel/sched/
H A Dext.c645 void (*cgroup_set_weight)(struct cgroup *cgrp, u32 weight); member
4073 if (SCX_HAS_OP(cgroup_set_weight)) in scx_group_set_weight()
4074 SCX_CALL_OP(SCX_KF_UNLOCKED, cgroup_set_weight, NULL, in scx_group_set_weight()
5814 .cgroup_set_weight = sched_ext_ops__cgroup_set_weight,