Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dtime.c552 u64 *next_tb = this_cpu_ptr(&decrementers_next_tb); in timer_interrupt() local
597 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() local
623 *next_tb = ~(u64)0; in timer_broadcast_interrupt()