Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/sched_ext/
Dmaximal.bpf.c160 .cgroup_set_weight = (void *) maximal_cgroup_set_weight,
/linux-6.12.1/tools/sched_ext/
Dscx_flatcg.bpf.c950 .cgroup_set_weight = (void *)fcg_cgroup_set_weight,
/linux-6.12.1/kernel/sched/
Dext.c596 void (*cgroup_set_weight)(struct cgroup *cgrp, u32 weight); member
3921 if (SCX_HAS_OP(cgroup_set_weight)) in scx_group_set_weight()
3922 SCX_CALL_OP(SCX_KF_UNLOCKED, cgroup_set_weight, in scx_group_set_weight()
5607 .cgroup_set_weight = cgroup_set_weight_stub,