Searched refs:softirqs (Results 1 – 8 of 8) sorted by relevance
40 unsigned int softirqs[NR_SOFTIRQS]; member59 __this_cpu_inc(kstat.softirqs[irq]); in kstat_incr_softirqs_this_cpu()64 return kstat_cpu(cpu).softirqs[irq]; in kstat_softirqs_cpu()
7 every hardirqs-off/hardirqs-on, softirqs-off/softirqs-on event that
357 condition, bottom halves, tasklets, softirqs.
23 proc-y += softirqs.o
606 softirqs softirq usage986 softirqs:990 > cat /proc/softirqs1301 - softirq: servicing softirqs1327 The "softirq" line gives counts of softirqs serviced since boot time, for each1328 of the possible system softirqs. The first column is the total of all1329 softirqs serviced; each subsequent column is the total for that particular
198 timers. The execution of this softirq can still be delayed by other softirqs,
496 but also irq_exit(). This way we can process softirqs on this irq
1381 triggered. When the interrupt finished, it started running softirqs.