Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/sched/
Dcore.c9291 const u64 max_cfs_quota_period = 1 * NSEC_PER_SEC; /* 1s */ variable
9320 if (period > max_cfs_quota_period) in tg_set_cfs_bandwidth()
Dfair.c6516 extern const u64 max_cfs_quota_period;
6544 if (new < max_cfs_quota_period) { in sched_cfs_period_timer()