hardirq_count
if (MACH_IS_Q40 || !hardirq_count())
if (hardirq_count())
int hardirq_count;
TI_HARDIRQ != offsetof(struct thread_info, hardirq_count) ||
#define in_hardirq() (hardirq_count())
kgdb_info[cpu].irq_depth = hardirq_count() >> HARDIRQ_SHIFT;
if ((hardirq_count() >> HARDIRQ_SHIFT) < 2)
lockdep_hardirq_context(), hardirq_count() >> HARDIRQ_SHIFT,
lockdep_hardirq_context(), hardirq_count() >> HARDIRQ_SHIFT,
if (!hardirq_count()) {
if (hardirq_count() - hardirq_offset)
if ((hardirq_count() >> HARDIRQ_SHIFT) > 1)
lockdep_assert_once(hardirq_count() | softirq_count());
bool need_bh_off = !(hardirq_count() | softirq_count());