Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.4.14/fs/proc/
DMakefile23 proc-y += softirqs.o
/linux-4.4.14/Documentation/filesystems/
Dproc.txt606 softirqs softirq usage
986 softirqs:
990 > cat /proc/softirqs
1301 - softirq: servicing softirqs
1327 The "softirq" line gives counts of softirqs serviced since boot time, for each
1328 of the possible system softirqs. The first column is the total of all
1329 softirqs serviced; each subsequent column is the total for that particular
/linux-4.4.14/Documentation/timers/
Dhighres.txt198 timers. The execution of this softirq can still be delayed by other softirqs,
/linux-4.4.14/arch/
DKconfig496 but also irq_exit(). This way we can process softirqs on this irq
/linux-4.4.14/Documentation/trace/
Dftrace.txt1381 triggered. When the interrupt finished, it started running softirqs.