Home
last modified time | relevance | path

Searched refs:in_hardirq (Results 1 – 25 of 32) sorted by relevance

12

/linux/kernel/
H A Dsoftirq.c149 WARN_ON_ONCE(in_hardirq()); in __local_bh_disable_ip()
211 WARN_ON_ONCE(in_hardirq()); in __local_bh_enable_ip()
314 WARN_ON_ONCE(in_hardirq()); in __local_bh_disable_ip()
361 WARN_ON_ONCE(in_hardirq()); in _local_bh_enable()
368 WARN_ON_ONCE(in_hardirq()); in __local_bh_enable_ip()
494 bool in_hardirq = false; in lockdep_softirq_start() local
497 in_hardirq = true; in lockdep_softirq_start()
503 return in_hardirq; in lockdep_softirq_start()
506 static inline void lockdep_softirq_end(bool in_hardirq) in lockdep_softirq_end() argument
510 if (in_hardirq) in lockdep_softirq_end()
[all …]
H A Dkcov.c171 return in_serving_softirq() && !in_hardirq() && !in_nmi(); in in_softirq_really()
/linux/arch/arm/include/asm/
H A Dsimd.h7 return IS_ENABLED(CONFIG_KERNEL_MODE_NEON) && !in_hardirq(); in may_use_simd()
/linux/arch/arm64/include/asm/
H A Dsimd.h32 !in_hardirq() && !irqs_disabled() && !in_nmi(); in may_use_simd()
/linux/arch/riscv/include/asm/
H A Dsimd.h33 if (in_hardirq() || in_nmi()) in may_use_simd()
/linux/arch/powerpc/kernel/
H A Dirq_64.c218 WARN_ON_ONCE(in_hardirq()); in arch_local_irq_restore()
/linux/arch/alpha/kernel/
H A Dprocess.c138 if (in_hardirq()) in common_shutdown_1()
/linux/Documentation/core-api/
H A Dentry.rst167 irq_enter_rcu() updates the preemption count which makes in_hardirq()
169 means that up to the point where irq_enter_rcu() is invoked in_hardirq()
/linux/drivers/tty/
H A Dsysrq.c262 if (in_hardirq()) in sysrq_handle_showallcpus()
290 if (in_hardirq()) in sysrq_handle_showregs()
/linux/net/core/
H A Dbpf_sk_storage.c386 if (in_hardirq() || in_nmi()) in BPF_CALL_5()
397 if (in_hardirq() || in_nmi()) in BPF_CALL_2()
H A Dgen_stats.c157 WARN_ON_ONCE((cpu || running) && in_hardirq()); in gnet_stats_add_basic()
H A Dskbuff.c258 if (in_hardirq() || irqs_disabled()) { in __netdev_alloc_frag_align()
681 if (in_hardirq() || irqs_disabled()) { in __netdev_alloc_skb()
1086 DEBUG_NET_WARN_ON_ONCE(in_hardirq()); in skb_release_head_state()
/linux/net/nfc/
H A Drawsock.c144 BUG_ON(in_hardirq()); in rawsock_data_exchange_complete()
/linux/drivers/char/
H A Drandom.c1161 if (in_hardirq()) { in add_timer_randomness()
1211 if (in_hardirq()) in add_timer_randomness()
/linux/arch/x86/kernel/fpu/
H A Dcore.c76 if (!in_hardirq()) in irq_fpu_usable()
/linux/mm/
H A Dhighmem.c477 WARN_ON_ONCE(in_hardirq() && !irqs_disabled()); in kmap_local_idx_push()
H A Dkmemleak.c669 if (in_hardirq()) { in __alloc_object()
/linux/Documentation/translations/zh_CN/kernel-hacking/
H A Dhacking.rst71 您可以通过 in_hardirq() 返回真来判断您处于硬件中断状态。
/linux/crypto/
H A Dskcipher.c293 if (WARN_ON_ONCE(in_hardirq())) in skcipher_walk_first()
/linux/kernel/trace/
H A Dtrace_functions_graph.c169 return in_hardirq(); in ftrace_graph_ignore_irqs()
H A Dtrace.h1016 if (in_hardirq()) in ftrace_graph_addr()
/linux/block/
H A Dbio.c786 } else if (in_hardirq()) { in bio_put_percpu_cache()
/linux/Documentation/kernel-hacking/
H A Dlocking.rst1415 Hardware interrupt request. in_hardirq() returns true in a
1427 Software interrupt handler. in_hardirq() returns false;
/linux/Documentation/translations/it_IT/kernel-hacking/
H A Dlocking.rst1469 Richiesta di interruzione hardware. in_hardirq() ritorna vero in un
1473 Gestore di interruzioni software: in_hardirq() ritorna falso;
/linux/drivers/s390/net/
H A Dctcm_mpc.c1777 if (!in_hardirq()) { in mpc_action_side_xid()

12