Searched refs:hardirq_count (Results 1 – 11 of 11) sorted by relevance
109 #define hardirq_count() (preempt_count() & HARDIRQ_MASK) macro 127 #define in_hardirq() (hardirq_count())141 #define in_irq() (hardirq_count())
44 if (MACH_IS_Q40 || !hardirq_count()) in arch_local_irq_enable()
36 int hardirq_count; member 90 #define TI_HARDIRQ 0x18 /* hardirq_count */
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()
186 * @hardirq_offset: the offset to subtract from hardirq_count()198 if (hardirq_count() - hardirq_offset) in account_system_time()
259 if ((hardirq_count() >> HARDIRQ_SHIFT) < 2) in is_atomic()
2571 lockdep_hardirq_context(), hardirq_count() >> HARDIRQ_SHIFT, in print_bad_irq_dependency() 4026 lockdep_hardirq_context(), hardirq_count() >> HARDIRQ_SHIFT, in print_usage_bug() 5715 if (!hardirq_count()) { in check_flags()
5508 lockdep_assert_once(hardirq_count() | softirq_count()); in __netif_rx()5538 bool need_bh_off = !(hardirq_count() | softirq_count()); in netif_rx()