Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dkernel_stat.h43 unsigned int softirqs[NR_SOFTIRQS]; member
62 __this_cpu_inc(kstat.softirqs[irq]); in kstat_incr_softirqs_this_cpu()
67 return kstat_cpu(cpu).softirqs[irq]; in kstat_softirqs_cpu()
/linux-6.1.9/Documentation/translations/zh_CN/core-api/irq/
Dirqflags-tracing.rst19 hardirqs-off/hardirqs-on、softirqs-off/softirqs-on事件。
/linux-6.1.9/Documentation/core-api/irq/
Dirqflags-tracing.rst9 every hardirqs-off/hardirqs-on, softirqs-off/softirqs-on event that
/linux-6.1.9/fs/proc/
DMakefile26 proc-y += softirqs.o
/linux-6.1.9/Documentation/translations/zh_CN/core-api/
Dxarray.rst200 在修改数组时,XArray不会禁用中断或softirqs。从中断或softirq上下文中读取XArray是安全的,因为RCU锁
/linux-6.1.9/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
1274 is very occasionally accessed in user context or softirqs/tasklets. The
1425 in_softirq() returns true. Tasklets and softirqs both
/linux-6.1.9/Documentation/filesystems/
Dproc.rst722 softirqs softirq usage
1218 softirqs subsection
1225 > cat /proc/softirqs
1480 - softirq: servicing softirqs
1506 The "softirq" line gives counts of softirqs serviced since boot time, for each
1507 of the possible system softirqs. The first column is the total of all
1508 softirqs serviced; each subsequent column is the total for that particular
/linux-6.1.9/Documentation/timers/
Dhighres.rst202 timers. The execution of this softirq can still be delayed by other softirqs,
/linux-6.1.9/Documentation/core-api/
Dxarray.rst245 The XArray does not disable interrupts or softirqs while modifying
/linux-6.1.9/Documentation/translations/it_IT/kernel-hacking/
Dhacking.rst114 software 'softirqs'.
/linux-6.1.9/arch/
DKconfig912 but also irq_exit(). This way we can process softirqs on this irq
/linux-6.1.9/Documentation/trace/
Dftrace.rst1874 triggered. When the interrupt finished, it started running softirqs.