max_cfs_quota_period 7374 kernel/sched/core.c const u64 max_cfs_quota_period = 1 * NSEC_PER_SEC; /* 1s */ max_cfs_quota_period 7400 kernel/sched/core.c if (period > max_cfs_quota_period) max_cfs_quota_period 4928 kernel/sched/fair.c extern const u64 max_cfs_quota_period; max_cfs_quota_period 4954 kernel/sched/fair.c if (new < max_cfs_quota_period) {