Searched defs:inc_irq_stat (Results 1 – 3 of 3) sorted by relevance
35 #define inc_irq_stat(member) this_cpu_inc(irq_stat.member) macro
49 #define inc_irq_stat(member) this_cpu_inc(irq_stat.member) macro
76 static __always_inline void inc_irq_stat(enum interruption_class irq) in inc_irq_stat() function