Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Dtime.c487 u64 *next_tb = this_cpu_ptr(&decrementers_next_tb); in __timer_interrupt() local
499 if (now >= *next_tb) { in __timer_interrupt()
500 *next_tb = ~(u64)0; in __timer_interrupt()
505 now = *next_tb - now; in __timer_interrupt()
532 u64 *next_tb = this_cpu_ptr(&decrementers_next_tb); in timer_interrupt() local
546 *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()