Searched refs:arch_irq_stat (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
H A Dhardirq.h60 extern u64 arch_irq_stat(void);
61 #define arch_irq_stat arch_irq_stat macro
/linux-4.1.27/fs/proc/
H A Dstat.c18 #ifndef arch_irq_stat
19 #define arch_irq_stat() 0 macro
118 sum += arch_irq_stat();
/linux-4.1.27/arch/x86/kernel/
H A Dirq.c175 u64 arch_irq_stat(void) arch_irq_stat() function

Completed in 130 milliseconds