Searched refs:hardirq_count (Results 1 – 8 of 8) sorted by relevance
61 #define hardirq_count() (preempt_count() & HARDIRQ_MASK) macro72 #define in_irq() (hardirq_count())
8 #define hardirq_count() 0UL macro
43 if (MACH_IS_Q40 || !hardirq_count()) in arch_local_irq_enable()
35 int hardirq_count; member
69 if (hardirq_count()) in irqtime_account_irq()221 if (hardirq_count() - hardirq_offset) in account_system_time()
440 TI_HARDIRQ != offsetof(struct thread_info, hardirq_count) ||
500 kgdb_info[cpu].irq_depth = hardirq_count() >> HARDIRQ_SHIFT; in kgdb_cpu_enter()
1514 curr->hardirq_context, hardirq_count() >> HARDIRQ_SHIFT, in print_bad_irq_dependency()2251 trace_hardirq_context(curr), hardirq_count() >> HARDIRQ_SHIFT, in print_usage_bug()3533 if (!hardirq_count()) { in check_flags()