Home
last modified time | relevance | path

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

/Linux-v6.1/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()
/Linux-v6.1/arch/powerpc/kernel/
Dtime.c423 static inline unsigned long test_irq_work_pending(void) in test_irq_work_pending() function
452 #define test_irq_work_pending() __this_cpu_read(irq_work_pending) macro
480 if (unlikely(test_irq_work_pending())) in set_dec_or_work()
486 #define test_irq_work_pending() 0 macro
562 if (test_irq_work_pending()) { in DEFINE_INTERRUPT_HANDLER_ASYNC()