Searched refs:hardirq_count (Results 1 – 8 of 8) sorted by relevance
44 if (MACH_IS_Q40 || !hardirq_count()) in arch_local_irq_enable()
36 int hardirq_count; member
102 if ((hardirq_count() >> HARDIRQ_SHIFT) > 1) in kmsan_in_runtime()
378 TI_HARDIRQ != offsetof(struct thread_info, hardirq_count) ||
134 if (hardirq_count()) in do_account_vtime()
605 kgdb_info[cpu].irq_depth = hardirq_count() >> HARDIRQ_SHIFT; in kgdb_cpu_enter()
259 if ((hardirq_count() >> HARDIRQ_SHIFT) < 2) in is_atomic()
5436 lockdep_assert_once(hardirq_count() | softirq_count()); in __netif_rx()5466 bool need_bh_off = !(hardirq_count() | softirq_count()); in netif_rx()