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
588 softirqs softirq usage971 softirqs:975 > cat /proc/softirqs1286 - softirq: servicing softirqs1312 The "softirq" line gives counts of softirqs serviced since boot time, for each1313 of the possible system softirqs. The first column is the total of all1314 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,
484 but also irq_exit(). This way we can process softirqs on this irq
1368 triggered. When the interrupt finished, it started running softirqs.