Searched refs:MIN_ROLLOVER_SECS (Results 1 – 2 of 2) sorted by relevance
41 #define MIN_ROLLOVER_SECS (40ULL * 365 * 24 * 3600) macro84 u64 min_cycles = MIN_ROLLOVER_SECS * arch_timer_rate; in arch_counter_get_width()
1021 const uint64_t MIN_ROLLOVER_SECS = 40ULL * 365 * 24 * 3600; in set_counter_defaults() local1023 int width = ilog2(MIN_ROLLOVER_SECS * freq); in set_counter_defaults()