Home
last modified time | relevance | path

Searched refs:kstat_irqs_usr (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dkernel_stat.h92 extern unsigned int kstat_irqs_usr(unsigned int irq);
/linux/fs/proc/
H A Dstat.c76 seq_put_decimal_ull(p, " ", kstat_irqs_usr(i)); in show_all_irqs()
/linux/kernel/irq/
H A Dirqdesc.c491 * This also allows us to use rcu in kstat_irqs_usr(). in free_desc()
998 * kstat_irqs_usr - Get the statistics for an interrupt from thread context
1007 unsigned int kstat_irqs_usr(unsigned int irq) in kstat_irqs_usr() function