Lines Matching refs:in_hardirq
148 WARN_ON_ONCE(in_hardirq()); in __local_bh_disable_ip()
210 WARN_ON_ONCE(in_hardirq()); in __local_bh_enable_ip()
306 WARN_ON_ONCE(in_hardirq()); in __local_bh_disable_ip()
353 WARN_ON_ONCE(in_hardirq()); in _local_bh_enable()
360 WARN_ON_ONCE(in_hardirq()); in __local_bh_enable_ip()
486 bool in_hardirq = false; in lockdep_softirq_start() local
489 in_hardirq = true; in lockdep_softirq_start()
495 return in_hardirq; in lockdep_softirq_start()
498 static inline void lockdep_softirq_end(bool in_hardirq) in lockdep_softirq_end() argument
502 if (in_hardirq) in lockdep_softirq_end()
507 static inline void lockdep_softirq_end(bool in_hardirq) { } in lockdep_softirq_end() argument
516 bool in_hardirq; in __do_softirq() local
530 in_hardirq = lockdep_softirq_start(); in __do_softirq()
581 lockdep_softirq_end(in_hardirq); in __do_softirq()
616 if (!in_hardirq()) in tick_irq_exit()