Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dsoftirq.c260 asmlinkage __visible void __softirq_entry __do_softirq(void) in __do_softirq() function
399 __do_softirq(); in invoke_softirq()
671 __do_softirq(); in run_ksoftirqd()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dirq_64.c77 run_on_irqstack_cond(__do_softirq, NULL); in do_softirq_own_stack()
H A Dirq_32.c148 call_on_stack(__do_softirq, isp); in do_softirq_own_stack()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dirq.c199 CALL_ON_STACK(__do_softirq, new, 0); in do_softirq_own_stack()
202 __do_softirq(); in do_softirq_own_stack()
/OK3568_Linux_fs/kernel/include/linux/
H A Dinterrupt.h567 asmlinkage void __do_softirq(void);
574 __do_softirq(); in do_softirq_own_stack()
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dirq.c173 : "r" (__do_softirq), "r" (isp) in do_softirq_own_stack()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dmisc_64.S35 bl __do_softirq
H A Dmisc_32.S42 bl __do_softirq
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dirq.c506 execute_on_irq_stack(__do_softirq, 0); in do_softirq_own_stack()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dirq_64.c867 __do_softirq(); in do_softirq_own_stack()
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dftrace.rst1387 => __do_softirq
1637 bash-1994 1d..2 36us : __do_softirq <-call_softirq
1638 bash-1994 1d..2 36us : __local_bh_disable <-__do_softirq
1645 bash-1994 1dNs2 82us : __local_bh_enable <-__do_softirq
1822 ls-2269 3d..3 21us : __do_softirq <-call_softirq
1823 ls-2269 3d..3 21us+: __local_bh_disable <-__do_softirq
1839 ls-2269 3d.s3 159us : __local_bh_enable <-__do_softirq
H A Dhistogram.rst566 __do_softirq+0x114/0x2c0
584 __do_softirq+0x114/0x2c0
1095 __do_softirq+0x114/0x2c0
1513 __do_softirq+0xfd/0x290
/OK3568_Linux_fs/kernel/Documentation/dev-tools/
H A Dkcsan.rst74 __do_softirq+0xdb/0x2db
/OK3568_Linux_fs/kernel/arch/
H A DKconfig831 stack instead of switching to a new one when we call __do_softirq()