Home
last modified time | relevance | path

Searched refs:next_tb (Results 1 – 1 of 1) sorted by relevance

/linux/arch/powerpc/kernel/
A Dtime.c556 u64 *next_tb = this_cpu_ptr(&decrementers_next_tb); in DEFINE_INTERRUPT_HANDLER_ASYNC() local
601 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() local
627 *next_tb = ~(u64)0; in timer_broadcast_interrupt()

Completed in 5 milliseconds