Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dkernel_stat.h42 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/Documentation/translations/zh_CN/core-api/irq/
H A Dirqflags-tracing.rst19 hardirqs-off/hardirqs-on、softirqs-off/softirqs-on事件。
/linux/Documentation/core-api/irq/
H A Dirqflags-tracing.rst9 every hardirqs-off/hardirqs-on, softirqs-off/softirqs-on event that
/linux/fs/proc/
H A DMakefile26 proc-y += softirqs.o
/linux/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst200 在修改数组时,XArray不会禁用中断或softirqs。从中断或softirq上下文中读取XArray是安全的,因为RCU锁
/linux/Documentation/kernel-hacking/
H A 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/Documentation/timers/
H A Dhighres.rst202 timers. The execution of this softirq can still be delayed by other softirqs,
/linux/Documentation/core-api/
H A Dxarray.rst245 The XArray does not disable interrupts or softirqs while modifying
/linux/Documentation/translations/it_IT/kernel-hacking/
H A Dhacking.rst114 software 'softirqs'.
/linux/arch/
H A DKconfig1079 but also irq_exit(). This way we can process softirqs on this irq
/linux/Documentation/trace/
H A Dftrace.rst1973 triggered. When the interrupt finished, it started running softirqs.