Searched refs:cgroup_set_weight (Results 1 – 5 of 5) 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/tools/sched_ext/ |
| H A D | scx_flatcg.bpf.c | 971 .cgroup_set_weight = (void *)fcg_cgroup_set_weight,
|
| /linux/kernel/sched/ext/ |
| H A D | internal.h | 746 void (*cgroup_set_weight)(struct cgroup *cgrp, u32 weight); member
|
| H A D | ext.c | 4919 if (scx_cgroup_enabled && sch && SCX_HAS_OP(sch, cgroup_set_weight) && in scx_group_set_weight() 4921 SCX_CALL_OP(sch, cgroup_set_weight, NULL, tg_cgrp(tg), weight); in scx_group_set_weight() 8286 .cgroup_set_weight = sched_ext_ops__cgroup_set_weight, 10795 [SCX_OP_IDX(cgroup_set_weight)] = SCX_KF_ALLOW_UNLOCKED, 10960 CID_OFFSET_MATCH(cgroup_set_weight, cpuctl_set_weight); in scx_init()
|
| /linux/Documentation/admin-guide/ |
| H A D | cgroup-v2.rst | 1195 scheduler with the ``cgroup_set_weight`` callback depending on what the 1211 scheduler with the ``cgroup_set_weight`` callback depending on what the
|