Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dcore.c9780 u64 period_us, u64 quota_us, u64 burst_us) in tg_set_cfs_bandwidth() argument
9788 if (quota_us == RUNTIME_INF) in tg_set_cfs_bandwidth()
9791 quota = (u64)quota_us * NSEC_PER_USEC; in tg_set_cfs_bandwidth()
9860 u64 quota_us; in tg_get_cfs_quota() local
9865 quota_us = tg->cfs_bandwidth.quota; in tg_get_cfs_quota()
9866 do_div(quota_us, NSEC_PER_USEC); in tg_get_cfs_quota()
9868 return quota_us; in tg_get_cfs_quota()
10051 u64 period_us, u64 quota_us, u64 burst_us) in tg_set_bandwidth() argument
10061 (quota_us != RUNTIME_INF && quota_us > max_usec) || in tg_set_bandwidth()
10070 if (quota_us < min_bw_quota_period_us || in tg_set_bandwidth()
[all …]
H A Dext_internal.h729 u64 period_us, u64 quota_us, u64 burst_us);
H A Dext.c4441 u64 period_us, u64 quota_us, u64 burst_us) in scx_group_set_bandwidth() argument
4450 tg->scx.bw_quota_us != quota_us || in scx_group_set_bandwidth()
4453 tg_cgrp(tg), period_us, quota_us, burst_us); in scx_group_set_bandwidth()
4456 tg->scx.bw_quota_us = quota_us; in scx_group_set_bandwidth()
7572 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.c712 u64 period_us, u64 quota_us, u64 burst_us) in BPF_STRUCT_OPS() argument
716 cgrp->kn->id, period_us, quota_us, burst_us); in BPF_STRUCT_OPS()