Lines Matching refs:in_hardirq
190 WARN_ON_ONCE(in_hardirq()); in __local_bh_disable_ip()
252 WARN_ON_ONCE(in_hardirq()); in __local_bh_enable_ip()
348 WARN_ON_ONCE(in_hardirq()); in __local_bh_disable_ip()
395 WARN_ON_ONCE(in_hardirq()); in _local_bh_enable()
402 WARN_ON_ONCE(in_hardirq()); in __local_bh_enable_ip()
531 bool in_hardirq = false; in lockdep_softirq_start() local
534 in_hardirq = true; in lockdep_softirq_start()
540 return in_hardirq; in lockdep_softirq_start()
543 static inline void lockdep_softirq_end(bool in_hardirq) in lockdep_softirq_end() argument
547 if (in_hardirq) in lockdep_softirq_end()
552 static inline void lockdep_softirq_end(bool in_hardirq) { } in lockdep_softirq_end() argument
576 bool in_hardirq; in __do_softirq() local
593 in_hardirq = lockdep_softirq_start(); in __do_softirq()
649 lockdep_softirq_end(in_hardirq); in __do_softirq()
684 if (!in_hardirq()) in tick_irq_exit()