Home
last modified time | relevance | path

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

/arch/alpha/kernel/
Dtime.c61 #define test_irq_work_pending() __this_cpu_read(irq_work_pending) macro
71 #define test_irq_work_pending() 0 macro
100 if (test_irq_work_pending()) { in rtc_timer_interrupt()
/arch/powerpc/include/asm/
Dtime.h101 static inline unsigned long test_irq_work_pending(void) in test_irq_work_pending() function
/arch/powerpc/kernel/
Dtime.c518 #define test_irq_work_pending() __this_cpu_read(irq_work_pending) macro
544 #define test_irq_work_pending() 0 macro
595 if (test_irq_work_pending()) { in DEFINE_INTERRUPT_HANDLER_ASYNC()
611 if (test_irq_work_pending()) in DEFINE_INTERRUPT_HANDLER_ASYNC()
857 if (test_irq_work_pending()) in decrementer_set_next_event()
/arch/powerpc/kvm/
Dbook3s_hv.c4063 if (test_irq_work_pending()) in kvmhv_p9_guest_entry()