Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dkernel_stat.h43 unsigned int softirqs[NR_SOFTIRQS]; member
63 __this_cpu_inc(kstat.softirqs[irq]); in kstat_incr_softirqs_this_cpu()
68 return kstat_cpu(cpu).softirqs[irq]; in kstat_softirqs_cpu()
/linux-6.6.21/Documentation/translations/zh_CN/core-api/irq/
Dirqflags-tracing.rst19 hardirqs-off/hardirqs-on、softirqs-off/softirqs-on事件。
/linux-6.6.21/Documentation/core-api/irq/
Dirqflags-tracing.rst9 every hardirqs-off/hardirqs-on, softirqs-off/softirqs-on event that
/linux-6.6.21/fs/proc/
DMakefile26 proc-y += softirqs.o
/linux-6.6.21/Documentation/RCU/
Dstallwarn.rst401 rcu: hardirqs softirqs csw/system
430 rcu: hardirqs softirqs csw/system
447 rcu: hardirqs softirqs csw/system
451 The fact that there are zero softirqs gives a hint that these were
453 that there were no softirqs, perhaps because all events that would
461 rcu: hardirqs softirqs csw/system
472 rcu: hardirqs softirqs csw/system
/linux-6.6.21/Documentation/translations/zh_CN/core-api/
Dxarray.rst200 在修改数组时,XArray不会禁用中断或softirqs。从中断或softirq上下文中读取XArray是安全的,因为RCU锁
/linux-6.6.21/Documentation/kernel-hacking/
Dhacking.rst65 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 very
407 They prevent softirqs and tasklets from running on the current CPU.
Dlocking.rst168 used. It disables softirqs on that CPU, then grabs the lock.
275 interrupts are already off) and in softirqs (where the irq disabling is
278 Note that softirqs (and hence tasklets and timers) are run on return
1277 is very occasionally accessed in user context or softirqs/tasklets. The
1428 in_softirq() returns true. Tasklets and softirqs both
/linux-6.6.21/Documentation/filesystems/
Dproc.rst733 softirqs softirq usage
1237 softirqs subsection
1244 > cat /proc/softirqs
1502 - softirq: servicing softirqs
1528 The "softirq" line gives counts of softirqs serviced since boot time, for each
1529 of the possible system softirqs. The first column is the total of all
1530 softirqs serviced; each subsequent column is the total for that particular
/linux-6.6.21/Documentation/timers/
Dhighres.rst202 timers. The execution of this softirq can still be delayed by other softirqs,
/linux-6.6.21/Documentation/core-api/
Dxarray.rst245 The XArray does not disable interrupts or softirqs while modifying
/linux-6.6.21/Documentation/translations/it_IT/kernel-hacking/
Dhacking.rst114 software 'softirqs'.
/linux-6.6.21/arch/
DKconfig975 but also irq_exit(). This way we can process softirqs on this irq
/linux-6.6.21/Documentation/trace/
Dftrace.rst1924 triggered. When the interrupt finished, it started running softirqs.