Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dcore.c10845 static const u64 max_cfs_runtime = MAX_BW * NSEC_PER_USEC; in cpu_shares_write_u64()
10877 if (quota != RUNTIME_INF && quota > max_cfs_runtime) in tg_set_cfs_bandwidth()
10881 burst + quota > max_cfs_runtime)) in tg_set_cfs_bandwidth()
10861 static const u64 max_cfs_runtime = MAX_BW * NSEC_PER_USEC; global() variable