Searched refs:max_cfs_quota_period (Results 1 – 2 of 2) sorted by relevance
10858 const u64 max_cfs_quota_period = 1 * NSEC_PER_SEC; /* 1s */ in tg_set_cfs_bandwidth() 10887 if (period > max_cfs_quota_period) in tg_set_cfs_bandwidth() 10849 const u64 max_cfs_quota_period = 1 * NSEC_PER_SEC; /* 1s */ global() variable
6331 extern const u64 max_cfs_quota_period;6359 if (new < max_cfs_quota_period) { in sched_cfs_period_timer()