Home
last modified time | relevance | path

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

/linux/tools/perf/util/bpf_skel/
H A Dkwork_trace.bpf.c249 static char softirq_name_list[NR_SOFTIRQS][MAX_KWORKNAME] = {
272 if (vec < NR_SOFTIRQS) { in report_softirq_entry()
303 if (vec < NR_SOFTIRQS) { in latency_softirq_raise()
/linux/fs/proc/
H A Dsoftirqs.c20 for (i = 0; i < NR_SOFTIRQS; i++) { in show_softirqs()
/linux/tools/perf/util/bpf_skel/vmlinux/
H A Dvmlinux.h47 NR_SOFTIRQS enumerator
/linux/kernel/
H A Dsoftirq.c61 static struct softirq_action softirq_vec[NR_SOFTIRQS] __cacheline_aligned_in_smp;
65 const char * const softirq_to_name[NR_SOFTIRQS] = {