Searched refs:in_hardirq (Results 1 – 25 of 32) sorted by relevance
12
149 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() local497 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() argument510 if (in_hardirq) in lockdep_softirq_end()[all …]
171 return in_serving_softirq() && !in_hardirq() && !in_nmi(); in in_softirq_really()
7 return IS_ENABLED(CONFIG_KERNEL_MODE_NEON) && !in_hardirq(); in may_use_simd()
32 !in_hardirq() && !irqs_disabled() && !in_nmi(); in may_use_simd()
33 if (in_hardirq() || in_nmi()) in may_use_simd()
218 WARN_ON_ONCE(in_hardirq()); in arch_local_irq_restore()
138 if (in_hardirq()) in common_shutdown_1()
167 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()
262 if (in_hardirq()) in sysrq_handle_showallcpus()290 if (in_hardirq()) in sysrq_handle_showregs()
386 if (in_hardirq() || in_nmi()) in BPF_CALL_5()397 if (in_hardirq() || in_nmi()) in BPF_CALL_2()
157 WARN_ON_ONCE((cpu || running) && in_hardirq()); in gnet_stats_add_basic()
258 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()
144 BUG_ON(in_hardirq()); in rawsock_data_exchange_complete()
1161 if (in_hardirq()) { in add_timer_randomness() 1211 if (in_hardirq()) in add_timer_randomness()
76 if (!in_hardirq()) in irq_fpu_usable()
477 WARN_ON_ONCE(in_hardirq() && !irqs_disabled()); in kmap_local_idx_push()
669 if (in_hardirq()) { in __alloc_object()
71 您可以通过 in_hardirq() 返回真来判断您处于硬件中断状态。
293 if (WARN_ON_ONCE(in_hardirq())) in skcipher_walk_first()
169 return in_hardirq(); in ftrace_graph_ignore_irqs()
1016 if (in_hardirq()) in ftrace_graph_addr()
786 } else if (in_hardirq()) { in bio_put_percpu_cache()
1415 Hardware interrupt request. in_hardirq() returns true in a1427 Software interrupt handler. in_hardirq() returns false;
1469 Richiesta di interruzione hardware. in_hardirq() ritorna vero in un1473 Gestore di interruzioni software: in_hardirq() ritorna falso;
1777 if (!in_hardirq()) { in mpc_action_side_xid()