Searched refs:next_tb (Results 1 – 1 of 1) sorted by relevance
552 u64 *next_tb = this_cpu_ptr(&decrementers_next_tb); in timer_interrupt() local597 if (now >= *next_tb) { in timer_interrupt()598 *next_tb = ~(u64)0; in timer_interrupt()603 now = *next_tb - now; in timer_interrupt()621 u64 *next_tb = this_cpu_ptr(&decrementers_next_tb); in timer_broadcast_interrupt() local623 *next_tb = ~(u64)0; in timer_broadcast_interrupt()