Searched refs:softirqs (Results 1 – 14 of 14) sorted by relevance
43 unsigned int softirqs[NR_SOFTIRQS]; member63 __this_cpu_inc(kstat.softirqs[irq]); in kstat_incr_softirqs_this_cpu()68 return kstat_cpu(cpu).softirqs[irq]; in kstat_softirqs_cpu()
19 hardirqs-off/hardirqs-on、softirqs-off/softirqs-on事件。
9 every hardirqs-off/hardirqs-on, softirqs-off/softirqs-on event that
26 proc-y += softirqs.o
401 rcu: hardirqs softirqs csw/system430 rcu: hardirqs softirqs csw/system447 rcu: hardirqs softirqs csw/system451 The fact that there are zero softirqs gives a hint that these were453 that there were no softirqs, perhaps because all events that would461 rcu: hardirqs softirqs csw/system472 rcu: hardirqs softirqs csw/system
200 在修改数组时,XArray不会禁用中断或softirqs。从中断或softirq上下文中读取XArray是安全的,因为RCU锁
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 very407 They prevent softirqs and tasklets from running on the current CPU.
168 used. It disables softirqs on that CPU, then grabs the lock.275 interrupts are already off) and in softirqs (where the irq disabling is278 Note that softirqs (and hence tasklets and timers) are run on return1277 is very occasionally accessed in user context or softirqs/tasklets. The1428 in_softirq() returns true. Tasklets and softirqs both
733 softirqs softirq usage1237 softirqs subsection1244 > cat /proc/softirqs1502 - softirq: servicing softirqs1528 The "softirq" line gives counts of softirqs serviced since boot time, for each1529 of the possible system softirqs. The first column is the total of all1530 softirqs serviced; each subsequent column is the total for that particular
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
114 software 'softirqs'.
975 but also irq_exit(). This way we can process softirqs on this irq
1924 triggered. When the interrupt finished, it started running softirqs.