Home
last modified time | relevance | path

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

/linux/tools/sched_ext/include/scx/
H A Dcompat.h197 if (__skel->struct_ops.__ops_name->cgroup_set_bandwidth && \
200 __skel->struct_ops.__ops_name->cgroup_set_bandwidth = NULL; \
/linux/kernel/sched/ext/
H A Dinternal.h768 void (*cgroup_set_bandwidth)(struct cgroup *cgrp, member
H A Dext.c4950 if (scx_cgroup_enabled && sch && SCX_HAS_OP(sch, cgroup_set_bandwidth) && in scx_group_set_bandwidth()
4954 SCX_CALL_OP(sch, cgroup_set_bandwidth, NULL, in scx_group_set_bandwidth()
8284 .cgroup_set_bandwidth = sched_ext_ops__cgroup_set_bandwidth,
10788 [SCX_OP_IDX(cgroup_set_bandwidth)] = SCX_KF_ALLOW_UNLOCKED,
10953 CID_OFFSET_MATCH(cgroup_set_bandwidth, cpuctl_set_bandwidth); in scx_init()