Searched refs:next_tb (Results 1 – 2 of 2) sorted by relevance
486 u64 *next_tb = this_cpu_ptr(&decrementers_next_tb); in __timer_interrupt() local498 if (now >= *next_tb) { in __timer_interrupt()499 *next_tb = ~(u64)0; in __timer_interrupt()504 now = *next_tb - now; in __timer_interrupt()531 u64 *next_tb = this_cpu_ptr(&decrementers_next_tb); in timer_interrupt() local545 *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()