Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/sched/
Dcore.c10560 static const u64 max_cfs_runtime = MAX_BW * NSEC_PER_USEC; variable
10592 if (quota != RUNTIME_INF && quota > max_cfs_runtime) in tg_set_cfs_bandwidth()
10596 burst + quota > max_cfs_runtime)) in tg_set_cfs_bandwidth()