Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/kernel/
Dtime.c486 u64 *next_tb = this_cpu_ptr(&decrementers_next_tb); in __timer_interrupt() local
498 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() local
545 *next_tb = ~(u64)0; in timer_interrupt()
875 u64 *next_tb = this_cpu_ptr(&decrementers_next_tb); in tick_broadcast_ipi_handler() local
877 *next_tb = get_tb_or_rtc(); in tick_broadcast_ipi_handler()
Dirq.c116 u64 *next_tb = this_cpu_ptr(&decrementers_next_tb); in decrementer_check_overflow() local
118 return now >= *next_tb; in decrementer_check_overflow()