Searched refs:max_usec (Results 1 – 2 of 2) sorted by relevance
80 u32 max_usec; member
10053 const u64 max_usec = U64_MAX / NSEC_PER_USEC; in tg_set_bandwidth() local10060 if (period_us > max_usec || in tg_set_bandwidth()10061 (quota_us != RUNTIME_INF && quota_us > max_usec) || in tg_set_bandwidth()10062 burst_us > max_usec) in tg_set_bandwidth()