Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/sched_ext/
H A Dmaximal.bpf.c167 .cgroup_set_bandwidth = (void *) maximal_cgroup_set_bandwidth,
/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c865 .cgroup_set_bandwidth = (void *)qmap_cgroup_set_bandwidth,
/linux/kernel/sched/
H A Dext.c677 * @cgroup_set_bandwidth: A cgroup's bandwidth is being changed
694 void (*cgroup_set_bandwidth)(struct cgroup *cgrp, member
4271 if (scx_cgroup_enabled && SCX_HAS_OP(sch, cgroup_set_bandwidth) && in scx_group_set_bandwidth()
4275 SCX_CALL_OP(sch, SCX_KF_UNLOCKED, cgroup_set_bandwidth, NULL, in scx_group_set_bandwidth()
6040 .cgroup_set_bandwidth = sched_ext_ops__cgroup_set_bandwidth,