Searched refs:next_tb (Results 1 – 1 of 1) sorted by relevance
556 u64 *next_tb = this_cpu_ptr(&decrementers_next_tb); in DEFINE_INTERRUPT_HANDLER_ASYNC() local601 if (now >= *next_tb) { in DEFINE_INTERRUPT_HANDLER_ASYNC()602 *next_tb = ~(u64)0; in DEFINE_INTERRUPT_HANDLER_ASYNC()607 now = *next_tb - now; in DEFINE_INTERRUPT_HANDLER_ASYNC()625 u64 *next_tb = this_cpu_ptr(&decrementers_next_tb); in timer_broadcast_interrupt() local627 *next_tb = ~(u64)0; in timer_broadcast_interrupt()
Completed in 5 milliseconds