Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/kernel/
Dtime.c498 u64 *next_tb = this_cpu_ptr(&decrementers_next_tb); in timer_rearm_host_dec() local
503 if (now >= *next_tb) { in timer_rearm_host_dec()
506 now = *next_tb - now; in timer_rearm_host_dec()
522 u64 *next_tb = this_cpu_ptr(&decrementers_next_tb); in DEFINE_INTERRUPT_HANDLER_ASYNC() local
569 if (now >= *next_tb) { in DEFINE_INTERRUPT_HANDLER_ASYNC()
573 now = *next_tb - now; in DEFINE_INTERRUPT_HANDLER_ASYNC()