Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/
Dsoftirq.c249 asmlinkage __visible void __softirq_entry __do_softirq(void) in __do_softirq() function
373 __do_softirq(); in invoke_softirq()
603 __do_softirq(); in run_ksoftirqd()
/Linux-v5.4/arch/x86/kernel/
Dirq_32.c148 call_on_stack(__do_softirq, isp); in do_softirq_own_stack()
/Linux-v5.4/arch/s390/kernel/
Dirq.c207 CALL_ON_STACK(__do_softirq, new, 0); in do_softirq_own_stack()
210 __do_softirq(); in do_softirq_own_stack()
/Linux-v5.4/include/linux/
Dinterrupt.h547 asmlinkage void __do_softirq(void);
554 __do_softirq(); in do_softirq_own_stack()
/Linux-v5.4/arch/sh/kernel/
Dirq.c173 : "r" (__do_softirq), "r" (isp) in do_softirq_own_stack()
/Linux-v5.4/arch/parisc/kernel/
Dirq.c502 execute_on_irq_stack(__do_softirq, 0); in do_softirq_own_stack()
/Linux-v5.4/arch/powerpc/kernel/
Dmisc_64.S35 bl __do_softirq
Dmisc_32.S48 bl __do_softirq
/Linux-v5.4/arch/sparc/kernel/
Dirq_64.c867 __do_softirq(); in do_softirq_own_stack()
/Linux-v5.4/arch/x86/entry/
Dentry_64.S1082 call __do_softirq
/Linux-v5.4/Documentation/trace/
Dftrace.rst1340 => __do_softirq
1590 bash-1994 1d..2 36us : __do_softirq <-call_softirq
1591 bash-1994 1d..2 36us : __local_bh_disable <-__do_softirq
1598 bash-1994 1dNs2 82us : __local_bh_enable <-__do_softirq
1775 ls-2269 3d..3 21us : __do_softirq <-call_softirq
1776 ls-2269 3d..3 21us+: __local_bh_disable <-__do_softirq
1792 ls-2269 3d.s3 159us : __local_bh_enable <-__do_softirq
Dhistogram.rst566 __do_softirq+0x114/0x2c0
584 __do_softirq+0x114/0x2c0
1095 __do_softirq+0x114/0x2c0
1513 __do_softirq+0xfd/0x290
/Linux-v5.4/arch/
DKconfig612 stack instead of switching to a new one when we call __do_softirq()