Searched refs:TIMER_NEXT_MAX_DELTA (Results 1 – 3 of 3) sorted by relevance
1861 next = base->clk + TIMER_NEXT_MAX_DELTA; in timer_recalc_next_expiry()1924 base->timers_pending = !(next == base->clk + TIMER_NEXT_MAX_DELTA); in timer_recalc_next_expiry()1976 WRITE_ONCE(base->next_expiry, basej + TIMER_NEXT_MAX_DELTA); in next_timer_interrupt()2505 base->next_expiry = base->clk + TIMER_NEXT_MAX_DELTA; in timers_prepare_cpu()2560 base->next_expiry = base->clk + TIMER_NEXT_MAX_DELTA; in init_timer_cpu()
159 #define TIMER_NEXT_MAX_DELTA ((1UL << 30) - 1) macro
601 return min_t(unsigned long long, nr_jiffies, TIMER_NEXT_MAX_DELTA); in watchdog_next_timeout()622 if (nr_jiffies < TIMER_NEXT_MAX_DELTA) in arm_next_watchdog()