Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dcore.c10019 static const u64 max_bw_runtime_us = MAX_BW; variable
10085 if (quota_us != RUNTIME_INF && quota_us > max_bw_runtime_us) in tg_set_bandwidth()
10089 burst_us + quota_us > max_bw_runtime_us)) in tg_set_bandwidth()