Searched refs:NEXT_TIMER_MAX_DELTA (Results 1 – 5 of 5) sorted by relevance
1243 unsigned long expires = timer_jiffies + NEXT_TIMER_MAX_DELTA; in __next_timer_interrupt()1337 if (delta > NEXT_TIMER_MAX_DELTA) in cmp_next_hrtimer_event()1338 delta = NEXT_TIMER_MAX_DELTA; in cmp_next_hrtimer_event()1361 unsigned long expires = now + NEXT_TIMER_MAX_DELTA; in get_next_timer_interrupt()
647 if (likely(delta_jiffies < NEXT_TIMER_MAX_DELTA)) { in tick_nohz_stop_sched_tick()
188 #define NEXT_TIMER_MAX_DELTA ((1UL << 30) - 1) macro
1336 else if (cfhsi->cfg.inactivity_timeout > NEXT_TIMER_MAX_DELTA) in cfhsi_netlink_parms()1337 cfhsi->cfg.inactivity_timeout = NEXT_TIMER_MAX_DELTA; in cfhsi_netlink_parms()
563 return min_t(unsigned long long, nr_jiffies, NEXT_TIMER_MAX_DELTA); in watchdog_next_timeout()584 if (nr_jiffies < NEXT_TIMER_MAX_DELTA) in arm_next_watchdog()