Home
last modified time | relevance | path

Searched refs:softirqs (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/include/linux/
Dkernel_stat.h40 unsigned int softirqs[NR_SOFTIRQS]; member
59 __this_cpu_inc(kstat.softirqs[irq]); in kstat_incr_softirqs_this_cpu()
64 return kstat_cpu(cpu).softirqs[irq]; in kstat_softirqs_cpu()
/linux-4.1.27/Documentation/
Dirqflags-tracing.txt7 every hardirqs-off/hardirqs-on, softirqs-off/softirqs-on event that
Dkernel-docs.txt357 condition, bottom halves, tasklets, softirqs.
/linux-4.1.27/fs/proc/
DMakefile23 proc-y += softirqs.o
/linux-4.1.27/Documentation/filesystems/
Dproc.txt588 softirqs softirq usage
971 softirqs:
975 > cat /proc/softirqs
1286 - softirq: servicing softirqs
1312 The "softirq" line gives counts of softirqs serviced since boot time, for each
1313 of the possible system softirqs. The first column is the total of all
1314 softirqs serviced; each subsequent column is the total for that particular
/linux-4.1.27/Documentation/timers/
Dhighres.txt198 timers. The execution of this softirq can still be delayed by other softirqs,
/linux-4.1.27/arch/
DKconfig484 but also irq_exit(). This way we can process softirqs on this irq
/linux-4.1.27/Documentation/trace/
Dftrace.txt1368 triggered. When the interrupt finished, it started running softirqs.