Home
last modified time | relevance | path

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

/linux/tools/sched_ext/include/scx/
H A Dcompat.h175 if (__skel->struct_ops.__ops_name->cgroup_set_bandwidth && \
178 __skel->struct_ops.__ops_name->cgroup_set_bandwidth = NULL; \
/linux/kernel/sched/
H A Dext_internal.h728 void (*cgroup_set_bandwidth)(struct cgroup *cgrp, member
H A Dext.c4448 if (scx_cgroup_enabled && SCX_HAS_OP(sch, cgroup_set_bandwidth) && in scx_group_set_bandwidth()
4452 SCX_CALL_OP(sch, cgroup_set_bandwidth, NULL, in scx_group_set_bandwidth()
7613 .cgroup_set_bandwidth = sched_ext_ops__cgroup_set_bandwidth,
9693 [SCX_OP_IDX(cgroup_set_bandwidth)] = SCX_KF_ALLOW_UNLOCKED,
/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c1025 .cgroup_set_bandwidth = (void *)qmap_cgroup_set_bandwidth,