Searched refs:in_hardirq (Results 1 - 25 of 31) sorted by relevance

12

/linux-master/arch/arm/include/asm/
H A Dsimd.h7 return IS_ENABLED(CONFIG_KERNEL_MODE_NEON) && !in_hardirq();
/linux-master/arch/arm64/include/asm/
H A Dsimd.h32 !in_hardirq() && !irqs_disabled() && !in_nmi();
/linux-master/arch/riscv/include/asm/
H A Dsimd.h33 if (in_hardirq() || in_nmi())
/linux-master/kernel/
H A Dsoftirq.c149 WARN_ON_ONCE(in_hardirq());
211 WARN_ON_ONCE(in_hardirq());
307 WARN_ON_ONCE(in_hardirq());
354 WARN_ON_ONCE(in_hardirq());
361 WARN_ON_ONCE(in_hardirq());
487 bool in_hardirq = false; local
490 in_hardirq = true;
496 return in_hardirq;
499 static inline void lockdep_softirq_end(bool in_hardirq) argument
503 if (in_hardirq)
508 lockdep_softirq_end(bool in_hardirq) argument
517 bool in_hardirq; local
[all...]
/linux-master/include/linux/
H A Dpreempt.h122 * in_hardirq() - We're in hard IRQ context
127 #define in_hardirq() (hardirq_count()) macro
137 * in_irq() - Obsolete version of in_hardirq()
/linux-master/arch/powerpc/kernel/
H A Dirq_64.c218 WARN_ON_ONCE(in_hardirq());
/linux-master/arch/alpha/kernel/
H A Dprocess.c138 if (in_hardirq())
/linux-master/net/core/
H A Dgen_stats.c157 WARN_ON_ONCE((cpu || running) && in_hardirq());
H A Dbpf_sk_storage.c394 if (in_hardirq() || in_nmi())
405 if (in_hardirq() || in_nmi())
H A Dskbuff.c324 if (in_hardirq() || irqs_disabled()) {
743 if (in_hardirq() || irqs_disabled()) {
1187 DEBUG_NET_WARN_ON_ONCE(in_hardirq());
/linux-master/net/nfc/
H A Drawsock.c144 BUG_ON(in_hardirq());
/linux-master/drivers/tty/
H A Dsysrq.c262 if (in_hardirq())
290 if (in_hardirq())
/linux-master/arch/x86/kernel/fpu/
H A Dcore.c76 if (!in_hardirq())
/linux-master/mm/
H A Dhighmem.c466 WARN_ON_ONCE(in_hardirq() && !irqs_disabled());
H A Dkmemleak.c663 if (in_hardirq()) {
/linux-master/arch/arm/vfp/
H A Dvfpmodule.c847 BUG_ON(in_hardirq());
/linux-master/drivers/char/
H A Drandom.c1137 if (in_hardirq()) {
1187 if (in_hardirq())
/linux-master/kernel/trace/
H A Dtrace_functions_graph.c129 return in_hardirq();
H A Dtrace.h934 if (in_hardirq())
/linux-master/kernel/irq/
H A Dirqdesc.c685 if (WARN_ON_ONCE(!in_hardirq() && handle_enforce_irqctx(data)))
/linux-master/kernel/rcu/
H A Dtree_plugin.h651 if (use_softirq && (in_hardirq() || (expboost && !irqs_were_disabled))) {
/linux-master/crypto/
H A Dskcipher.c451 if (WARN_ON_ONCE(in_hardirq()))
/linux-master/block/
H A Dbio.c775 } else if (in_hardirq()) {
/linux-master/kernel/time/
H A Dtimer.c1656 WARN_ON(in_hardirq() && !(timer->flags & TIMER_IRQSAFE));
/linux-master/lib/
H A Dvsprintf.c867 if (in_hardirq() || in_serving_softirq() || in_nmi()) {

Completed in 251 milliseconds

12