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.h169 if (__skel->struct_ops.__ops_name->cgroup_set_bandwidth && \
172 __skel->struct_ops.__ops_name->cgroup_set_bandwidth = NULL; \
/linux/kernel/sched/
H A Dext_internal.h708 void (*cgroup_set_bandwidth)(struct cgroup *cgrp, member
H A Dext.c3310 if (scx_cgroup_enabled && SCX_HAS_OP(sch, cgroup_set_bandwidth) && in scx_cgroup_lock()
3314 SCX_CALL_OP(sch, SCX_KF_UNLOCKED, cgroup_set_bandwidth, NULL, in scx_cgroup_unlock()
5369 .cgroup_set_bandwidth = sched_ext_ops__cgroup_set_bandwidth,
/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c905 .cgroup_set_bandwidth = (void *)qmap_cgroup_set_bandwidth,