Home
last modified time | relevance | path

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

/linux/include/linux/
A Dkernel_stat.h40 unsigned int softirqs[NR_SOFTIRQS]; member
59 __this_cpu_inc(kstat.softirqs[irq]); in kstat_incr_softirqs_this_cpu()
64 return kstat_cpu(cpu).softirqs[irq]; in kstat_softirqs_cpu()
/linux/Documentation/translations/zh_CN/core-api/irq/
A Dirqflags-tracing.rst19 hardirqs-off/hardirqs-on、softirqs-off/softirqs-on事件。
/linux/Documentation/core-api/irq/
A Dirqflags-tracing.rst9 every hardirqs-off/hardirqs-on, softirqs-off/softirqs-on event that
/linux/fs/proc/
A Dbuilt-in.a22 softirqs.o/
A DMakefile26 proc-y += softirqs.o
A D.softirqs.o.cmd1softirqs.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin…
3 source_fs/proc/softirqs.o := fs/proc/softirqs.c
5 deps_fs/proc/softirqs.o := \
938 fs/proc/softirqs.o: $(deps_fs/proc/softirqs.o)
940 $(deps_fs/proc/softirqs.o):
A D.built-in.a.cmd1 …s/proc/stat.o fs/proc/uptime.o fs/proc/util.o fs/proc/version.o fs/proc/softirqs.o fs/proc/namespa…
/linux/Documentation/translations/zh_CN/core-api/
A Dxarray.rst199 在修改数组时,XArray不会禁用中断或softirqs。从中断或softirq上下文中读取XArray是安全的,因为RCU锁
/linux/fs/
A Dbuilt-in.a106 proc/softirqs.o/
/linux/Documentation/kernel-hacking/
A 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
408 They prevent softirqs and tasklets from running on the current CPU.
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/filesystems/
A Dproc.rst715 softirqs softirq usage
1165 softirqs subsection
1172 > cat /proc/softirqs
1505 - softirq: servicing softirqs
1531 The "softirq" line gives counts of softirqs serviced since boot time, for each
1532 of the possible system softirqs. The first column is the total of all
1533 softirqs serviced; each subsequent column is the total for that particular
/linux/Documentation/timers/
A Dhighres.rst202 timers. The execution of this softirq can still be delayed by other softirqs,
/linux/Documentation/core-api/
A Dxarray.rst245 The XArray does not disable interrupts or softirqs while modifying
/linux/Documentation/translations/it_IT/kernel-hacking/
A Dhacking.rst114 software 'softirqs'.
/linux/arch/
A DKconfig890 but also irq_exit(). This way we can process softirqs on this irq
/linux/Documentation/trace/
A Dftrace.rst1862 triggered. When the interrupt finished, it started running softirqs.

Completed in 28 milliseconds