Searched refs:softirqs (Results 1 – 19 of 19) 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()
9 every hardirqs-off/hardirqs-on, softirqs-off/softirqs-on event that
26 proc-y += softirqs.o
30 gint softirq; /* Time servicing softirqs */
221 [plugin:proc:/proc/softirqs]3830 [system.softirqs]
65 Beware that if you have preemption or softirqs disabled (see below),98 and switched to 'softirqs'.100 ``include/linux/interrupt.h`` lists the different softirqs. A very408 They prevent softirqs and tasklets from running on the current CPU.
174 used. It disables softirqs on that CPU, then grabs the lock.281 interrupts are already off) and in softirqs (where the irq disabling is284 Note that softirqs (and hence tasklets and timers) are run on return1283 is very occasionally accessed in user context or softirqs/tasklets. The1422 in_softirq() returns true. Tasklets and softirqs both
708 softirqs softirq usage1151 softirqs subsection1158 > cat /proc/softirqs1491 - softirq: servicing softirqs1517 The "softirq" line gives counts of softirqs serviced since boot time, for each1518 of the possible system softirqs. The first column is the total of all1519 softirqs serviced; each subsequent column is the total for that particular
1486 __u32 softirqs = per_cpu(active_softirqs, cpu) | in task_may_not_preempt() local1490 return ((softirqs & LONG_SOFTIRQ_MASK) && in task_may_not_preempt()
202 timers. The execution of this softirq can still be delayed by other softirqs,
245 The XArray does not disable interrupts or softirqs while modifying
830 but also irq_exit(). This way we can process softirqs on this irq
114 software 'softirqs'.
1424 …de to avoid the interruption of the CPU core. Preemption cannot execute softirqs of other device d…
1859 triggered. When the interrupt finished, it started running softirqs.