Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dkernel_stat.h43 unsigned int softirqs[NR_SOFTIRQS];
76 for (i = 0; i < NR_SOFTIRQS; i++) in kstat_cpu_softirqs_sum()
H A Dinterrupt.h561 NR_SOFTIRQS enumerator
582 extern const char * const softirq_to_name[NR_SOFTIRQS];
/openbmc/linux/fs/proc/
H A Dstat.c89 unsigned int per_softirq_sums[NR_SOFTIRQS] = {0}; in show_stat()
118 for (j = 0; j < NR_SOFTIRQS; j++) { in show_stat()
187 for (i = 0; i < NR_SOFTIRQS; i++) in show_stat()
H A Dsoftirqs.c20 for (i = 0; i < NR_SOFTIRQS; i++) { in show_softirqs()
/openbmc/linux/tools/perf/util/bpf_skel/
H A Dkwork_trace.bpf.c248 static char softirq_name_list[NR_SOFTIRQS][MAX_KWORKNAME] = {
271 if (vec < NR_SOFTIRQS) { in report_softirq_entry()
302 if (vec < NR_SOFTIRQS) { in latency_softirq_raise()
/openbmc/linux/tools/perf/util/bpf_skel/vmlinux/
H A Dvmlinux.h39 NR_SOFTIRQS enumerator
/openbmc/linux/kernel/
H A Dsoftirq.c59 static struct softirq_action softirq_vec[NR_SOFTIRQS] __cacheline_aligned_in_smp;
63 const char * const softirq_to_name[NR_SOFTIRQS] = {