Searched refs:next_tb (Results 1 – 2 of 2) sorted by relevance
487 u64 *next_tb = this_cpu_ptr(&decrementers_next_tb); in __timer_interrupt() local499 if (now >= *next_tb) { in __timer_interrupt()500 *next_tb = ~(u64)0; in __timer_interrupt()505 now = *next_tb - now; in __timer_interrupt()532 u64 *next_tb = this_cpu_ptr(&decrementers_next_tb); in timer_interrupt() local546 *next_tb = ~(u64)0; in timer_interrupt()875 u64 *next_tb = this_cpu_ptr(&decrementers_next_tb); in tick_broadcast_ipi_handler() local877 *next_tb = get_tb_or_rtc(); in tick_broadcast_ipi_handler()
116 u64 *next_tb = this_cpu_ptr(&decrementers_next_tb); in decrementer_check_overflow() local118 return now >= *next_tb; in decrementer_check_overflow()