Home
last modified time | relevance | path

Searched refs:burst_us (Results 1 – 6 of 6) 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.c9553 u64 period_us, u64 quota_us, u64 burst_us) in tg_set_cfs_bandwidth() argument
9566 burst = (u64)burst_us * NSEC_PER_USEC; in tg_set_cfs_bandwidth()
9646 u64 burst_us; in tg_get_cfs_burst() local
9648 burst_us = tg->cfs_bandwidth.burst; in tg_get_cfs_burst()
9649 do_div(burst_us, NSEC_PER_USEC); in tg_get_cfs_burst()
9651 return burst_us; in tg_get_cfs_burst()
9824 u64 period_us, u64 quota_us, u64 burst_us) in tg_set_bandwidth() argument
9835 burst_us > max_usec) in tg_set_bandwidth()
9861 if (quota_us != RUNTIME_INF && (burst_us > quota_us || in tg_set_bandwidth()
9862 burst_us + quota_us > max_bw_runtime_us)) in tg_set_bandwidth()
[all …]
H A Dext_internal.h704 u64 period_us, u64 quota_us, u64 burst_us);
H A Dext.c3221 u64 period_us, u64 quota_us, u64 burst_us) in scx_group_set_bandwidth() argument
3230 tg->scx.bw_burst_us != burst_us)) in scx_group_set_bandwidth()
3232 tg_cgrp(tg), period_us, quota_us, burst_us); in scx_group_set_bandwidth()
3236 tg->scx.bw_burst_us = burst_us; in scx_group_set_bandwidth()
5012 …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/testing/selftests/sched_ext/
H A Dmaximal.bpf.c127 u64 period_us, u64 quota_us, u64 burst_us) in BPF_STRUCT_OPS() argument
/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c651 u64 period_us, u64 quota_us, u64 burst_us) in BPF_STRUCT_OPS() argument
655 cgrp->kn->id, period_us, quota_us, burst_us); in BPF_STRUCT_OPS()