Home
last modified time | relevance | path

Searched refs:burst_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
9864 burst = (u64)burst_us * NSEC_PER_USEC; in tg_set_cfs_bandwidth()
9947 u64 burst_us; in tg_get_cfs_burst() local
9949 burst_us = tg->cfs_bandwidth.burst; in tg_get_cfs_burst()
9950 do_div(burst_us, NSEC_PER_USEC); in tg_get_cfs_burst()
9952 return burst_us; in tg_get_cfs_burst()
10125 u64 period_us, u64 quota_us, u64 burst_us) in tg_set_bandwidth() argument
10136 burst_us > max_usec) in tg_set_bandwidth()
10162 if (quota_us != RUNTIME_INF && (burst_us > quota_us || in tg_set_bandwidth()
10163 burst_us + quota_us > max_bw_runtime_us)) in tg_set_bandwidth()
[all …]
/linux/kernel/sched/ext/
H A Dinternal.h769 u64 period_us, u64 quota_us, u64 burst_us);
1079 u64 burst_us);
H A Dext.c4945 u64 period_us, u64 quota_us, u64 burst_us) in scx_group_set_bandwidth() argument
4955 tg->scx.bw_burst_us != burst_us)) in scx_group_set_bandwidth()
4957 tg_cgrp(tg), period_us, quota_us, burst_us); in scx_group_set_bandwidth()
4961 tg->scx.bw_burst_us = burst_us; in scx_group_set_bandwidth()
8245 …ed_ext_ops__cgroup_set_bandwidth(struct cgroup *cgrp, u64 period_us, u64 quota_us, u64 burst_us) {} 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()