Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/Documentation/translations/zh_CN/core-api/irq/
H A Dirqflags-tracing.rst19 hardirqs-off/hardirqs-on、softirqs-off/softirqs-on事件。
/linux-6.15/drivers/gpu/drm/ci/xfails/
H A Di915-kbl-skips.txt95 # softirqs last enabled at (28688): [<ffffffff98d17980>] handle_softirqs+0x310/0x3f0
96 # softirqs last disabled at (28701): [<ffffffff98d17bc1>] __irq_exit_rcu+0xa1/0xc0
149 # softirqs last enabled at (29630): [<ffffffff98d17980>] handle_softirqs+0x310/0x3f0
150 # softirqs last disabled at (29625): [<ffffffff98d17bc1>] __irq_exit_rcu+0xa1/0xc0
H A Dvkms-none-skips.txt315 # softirqs last enabled at (45586): [<ffffffffacb17980>] handle_softirqs+0x310/0x3f0
316 # softirqs last disabled at (45569): [<ffffffffacb17bc1>] __irq_exit_rcu+0xa1/0xc0
421 # softirqs last enabled at (47324): [<ffffffff90317980>] handle_softirqs+0x310/0x3f0
422 # softirqs last disabled at (47307): [<ffffffff90317bc1>] __irq_exit_rcu+0xa1/0xc0
527 # softirqs last enabled at (47324): [<ffffffff90317980>] handle_softirqs+0x310/0x3f0
528 # softirqs last disabled at (47307): [<ffffffff90317bc1>] __irq_exit_rcu+0xa1/0xc0
633 # softirqs last enabled at (47324): [<ffffffff90317980>] handle_softirqs+0x310/0x3f0
634 # softirqs last disabled at (47307): [<ffffffff90317bc1>] __irq_exit_rcu+0xa1/0xc0
739 # softirqs last enabled at (46140): [<ffffffffa1317980>] handle_softirqs+0x310/0x3f0
740 # softirqs last disabled at (46135): [<ffffffffa1317bc1>] __irq_exit_rcu+0xa1/0xc0
H A Di915-glk-skips.txt75 # softirqs last enabled at (0): [<ffffffff82d0a283>] copy_process+0xaf3/0x2eb0
76 # softirqs last disabled at (0): [<0000000000000000>] 0x0
222 # softirqs last enabled at (0): [<ffffffff9fd0a283>] copy_process+0xaf3/0x2eb0
223 # softirqs last disabled at (0): [<0000000000000000>] 0x0
H A Dmsm-sm8350-hdk-skips.txt99 # [ 228.198377] softirqs last enabled at (1669060): [<ffffd3bc51936f98>] handle_softirqs+0x4a4/0x…
100 # [ 228.207565] softirqs last disabled at (1669063): [<ffffd3bc518905a4>] __do_softirq+0x14/0x20
/linux-6.15/Documentation/core-api/irq/
H A Dirqflags-tracing.rst9 every hardirqs-off/hardirqs-on, softirqs-off/softirqs-on event that
/linux-6.15/fs/proc/
H A DMakefile26 proc-y += softirqs.o
/linux-6.15/Documentation/RCU/
H A Dstallwarn.rst408 rcu: hardirqs softirqs csw/system
437 rcu: hardirqs softirqs csw/system
454 rcu: hardirqs softirqs csw/system
458 The fact that there are zero softirqs gives a hint that these were
460 that there were no softirqs, perhaps because all events that would
468 rcu: hardirqs softirqs csw/system
479 rcu: hardirqs softirqs csw/system
/linux-6.15/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst200 在修改数组时,XArray不会禁用中断或softirqs。从中断或softirq上下文中读取XArray是安全的,因为RCU锁
/linux-6.15/Documentation/kernel-hacking/
H 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
407 They prevent softirqs and tasklets from running on the current CPU.
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-6.15/Documentation/filesystems/
H A Dproc.rst783 softirqs softirq usage
1328 softirqs subsection
1335 > cat /proc/softirqs
1593 - softirq: servicing softirqs
1619 The "softirq" line gives counts of softirqs serviced since boot time, for each
1620 of the possible system softirqs. The first column is the total of all
1621 softirqs serviced; each subsequent column is the total for that particular
/linux-6.15/Documentation/timers/
H A Dhighres.rst202 timers. The execution of this softirq can still be delayed by other softirqs,
/linux-6.15/Documentation/core-api/
H A Dxarray.rst247 The XArray does not disable interrupts or softirqs while modifying
/linux-6.15/Documentation/translations/it_IT/kernel-hacking/
H A Dhacking.rst114 software 'softirqs'.
/linux-6.15/arch/
H A DKconfig1079 but also irq_exit(). This way we can process softirqs on this irq
/linux-6.15/Documentation/trace/
H A Dftrace.rst1979 triggered. When the interrupt finished, it started running softirqs.