Home
last modified time | relevance | path

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

/linux-3.3/arch/alpha/kernel/ !
Dtime.c90 #define test_irq_work_pending() __get_cpu_var(irq_work_pending) macro
100 #define test_irq_work_pending() 0 macro
190 if (test_irq_work_pending()) { in timer_interrupt()
/linux-3.3/arch/powerpc/kernel/ !
Dtime.c503 static inline unsigned long test_irq_work_pending(void) in test_irq_work_pending() function
532 #define test_irq_work_pending() __get_cpu_var(irq_work_pending) macro
547 #define test_irq_work_pending() 0 macro
595 if (test_irq_work_pending()) { in timer_interrupt()