Home
last modified time | relevance | path

Searched refs:burst_us (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/sched/
H A Dext.h83 void scx_group_set_bandwidth(struct task_group *tg, u64 period_us, u64 quota_us, u64 burst_us);
93 …e void scx_group_set_bandwidth(struct task_group *tg, u64 period_us, u64 quota_us, u64 burst_us) {} in scx_group_set_bandwidth() argument
H A Dcore.c9438 u64 period_us, u64 quota_us, u64 burst_us) in tg_set_cfs_bandwidth() argument
9451 burst = (u64)burst_us * NSEC_PER_USEC; in tg_set_cfs_bandwidth()
9531 u64 burst_us; in tg_get_cfs_burst() local
9533 burst_us = tg->cfs_bandwidth.burst; in tg_get_cfs_burst()
9534 do_div(burst_us, NSEC_PER_USEC); in tg_get_cfs_burst()
9536 return burst_us; in tg_get_cfs_burst()
9709 u64 period_us, u64 quota_us, u64 burst_us) in tg_set_bandwidth() argument
9720 burst_us > max_usec) in tg_set_bandwidth()
9746 if (quota_us != RUNTIME_INF && (burst_us > quota_us || in tg_set_bandwidth()
9747 burst_us + quota_us > max_bw_runtime_us)) in tg_set_bandwidth()
[all …]
H A Dext_internal.h709 u64 period_us, u64 quota_us, u64 burst_us);
H A Dext.c3304 u64 period_us, u64 quota_us, u64 burst_us) in scx_group_set_bandwidth() argument
3313 tg->scx.bw_burst_us != burst_us)) in scx_group_set_bandwidth()
3315 tg_cgrp(tg), period_us, quota_us, burst_us); in scx_group_set_bandwidth()
3319 tg->scx.bw_burst_us = burst_us; in scx_group_set_bandwidth()
5327 …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.c665 u64 period_us, u64 quota_us, u64 burst_us) in BPF_STRUCT_OPS() argument
669 cgrp->kn->id, period_us, quota_us, burst_us); in BPF_STRUCT_OPS()