Searched refs:cgroup_set_weight (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/sched_ext/ |
| H A D | maximal.bpf.c | 163 .cgroup_set_weight = (void *) maximal_cgroup_set_weight,
|
| /linux/kernel/sched/ |
| H A D | ext_internal.h | 708 void (*cgroup_set_weight)(struct cgroup *cgrp, u32 weight); member
|
| H A D | ext.c | 4415 if (scx_cgroup_enabled && SCX_HAS_OP(sch, cgroup_set_weight) && in scx_group_set_weight() 4417 SCX_CALL_OP(sch, cgroup_set_weight, NULL, tg_cgrp(tg), weight); in scx_group_set_weight() 7612 .cgroup_set_weight = sched_ext_ops__cgroup_set_weight, 9692 [SCX_OP_IDX(cgroup_set_weight)] = SCX_KF_ALLOW_UNLOCKED,
|
| /linux/tools/sched_ext/ |
| H A D | scx_flatcg.bpf.c | 959 .cgroup_set_weight = (void *)fcg_cgroup_set_weight,
|
| H A D | scx_qmap.bpf.c | 1024 .cgroup_set_weight = (void *)qmap_cgroup_set_weight,
|
| /linux/Documentation/admin-guide/ |
| H A D | cgroup-v2.rst | 1133 * Processes under a BPF scheduler with the ``cgroup_set_weight`` callback 1135 without the ``cgroup_set_weight`` callback 1174 scheduler with the ``cgroup_set_weight`` callback depending on what the 1190 scheduler with the ``cgroup_set_weight`` callback depending on what the
|