Home
last modified time | relevance | path

Searched refs:NR_SOFTIRQS (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/fs/proc/
Dstat.c89 unsigned int per_softirq_sums[NR_SOFTIRQS] = {0}; in show_stat()
111 for (j = 0; j < NR_SOFTIRQS; j++) { in show_stat()
177 for (i = 0; i < NR_SOFTIRQS; i++) in show_stat()
Dsoftirqs.c19 for (i = 0; i < NR_SOFTIRQS; i++) { in show_softirqs()
/Linux-v4.19/include/linux/
Dkernel_stat.h40 unsigned int softirqs[NR_SOFTIRQS];
Dinterrupt.h477 NR_SOFTIRQS enumerator
485 extern const char * const softirq_to_name[NR_SOFTIRQS];
/Linux-v4.19/kernel/
Dsoftirq.c56 static struct softirq_action softirq_vec[NR_SOFTIRQS] __cacheline_aligned_in_smp;
60 const char * const softirq_to_name[NR_SOFTIRQS] = {