next_tb 106 arch/powerpc/kernel/irq.c u64 *next_tb = this_cpu_ptr(&decrementers_next_tb); next_tb 108 arch/powerpc/kernel/irq.c return now >= *next_tb; next_tb 568 arch/powerpc/kernel/time.c u64 *next_tb = this_cpu_ptr(&decrementers_next_tb); next_tb 579 arch/powerpc/kernel/time.c *next_tb = ~(u64)0; next_tb 616 arch/powerpc/kernel/time.c if (now >= *next_tb) { next_tb 617 arch/powerpc/kernel/time.c *next_tb = ~(u64)0; next_tb 622 arch/powerpc/kernel/time.c now = *next_tb - now; next_tb 640 arch/powerpc/kernel/time.c u64 *next_tb = this_cpu_ptr(&decrementers_next_tb); next_tb 642 arch/powerpc/kernel/time.c *next_tb = ~(u64)0;