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

/linux-master/fs/proc/
H A Dsoftirqs.c20 for (i = 0; i < NR_SOFTIRQS; i++) {
H A Dstat.c89 unsigned int per_softirq_sums[NR_SOFTIRQS] = {0};
118 for (j = 0; j < NR_SOFTIRQS; j++) {
187 for (i = 0; i < NR_SOFTIRQS; i++)
/linux-master/include/linux/
H A Dkernel_stat.h43 unsigned int softirqs[NR_SOFTIRQS];
76 for (i = 0; i < NR_SOFTIRQS; i++)
H A Dinterrupt.h564 NR_SOFTIRQS enumerator in enum:__anon6
585 extern const char * const softirq_to_name[NR_SOFTIRQS];
/linux-master/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) {
302 if (vec < NR_SOFTIRQS) {
/linux-master/tools/perf/util/bpf_skel/vmlinux/
H A Dvmlinux.h46 NR_SOFTIRQS enumerator in enum:__anon1589
/linux-master/kernel/
H A Dsoftirq.c60 static struct softirq_action softirq_vec[NR_SOFTIRQS] __cacheline_aligned_in_smp;
64 const char * const softirq_to_name[NR_SOFTIRQS] = {

Completed in 166 milliseconds