Home
last modified time | relevance | path

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

/Linux-v5.4/fs/proc/
Dstat.c114 unsigned int per_softirq_sums[NR_SOFTIRQS] = {0}; in show_stat()
138 for (j = 0; j < NR_SOFTIRQS; j++) { in show_stat()
204 for (i = 0; i < NR_SOFTIRQS; i++) in show_stat()
Dsoftirqs.c19 for (i = 0; i < NR_SOFTIRQS; i++) { in show_softirqs()
/Linux-v5.4/include/linux/
Dkernel_stat.h40 unsigned int softirqs[NR_SOFTIRQS];
Dinterrupt.h527 NR_SOFTIRQS enumerator
535 extern const char * const softirq_to_name[NR_SOFTIRQS];
/Linux-v5.4/kernel/
Dsoftirq.c55 static struct softirq_action softirq_vec[NR_SOFTIRQS] __cacheline_aligned_in_smp;
59 const char * const softirq_to_name[NR_SOFTIRQS] = {