Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dcore.c9851 u64 period_us, u64 quota_us, u64 burst_us) in tg_set_cfs_bandwidth() argument
9859 if (quota_us == RUNTIME_INF) in tg_set_cfs_bandwidth()
9862 quota = (u64)quota_us * NSEC_PER_USEC; in tg_set_cfs_bandwidth()
9934 u64 quota_us; in tg_get_cfs_quota() local
9939 quota_us = tg->cfs_bandwidth.quota; in tg_get_cfs_quota()
9940 do_div(quota_us, NSEC_PER_USEC); in tg_get_cfs_quota()
9942 return quota_us; in tg_get_cfs_quota()
10125 u64 period_us, u64 quota_us, u64 burst_us) in tg_set_bandwidth() argument
10135 (quota_us != RUNTIME_INF && quota_us > max_usec) || in tg_set_bandwidth()
10144 if (quota_us < min_bw_quota_period_us || in tg_set_bandwidth()
[all …]
/linux/kernel/sched/ext/
H A Dinternal.h769 u64 period_us, u64 quota_us, u64 burst_us);
1078 void (*cpuctl_set_bandwidth)(struct cgroup *cgrp, u64 period_us, u64 quota_us,
H A Dext.c4945 u64 period_us, u64 quota_us, u64 burst_us) in scx_group_set_bandwidth() argument
4954 tg->scx.bw_quota_us != quota_us || in scx_group_set_bandwidth()
4957 tg_cgrp(tg), period_us, quota_us, burst_us); in scx_group_set_bandwidth()
4960 tg->scx.bw_quota_us = quota_us; in scx_group_set_bandwidth()
8245 static void sched_ext_ops__cgroup_set_bandwidth(struct cgroup *cgrp, u64 period_us, u64 quota_us, u… in sched_ext_ops__cgroup_set_bandwidth() argument
/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c1094 u64 quota_us, u64 burst_us) in BPF_STRUCT_OPS() argument
1098 cgrp->kn->id, period_us, quota_us, burst_us); in BPF_STRUCT_OPS()