Searched defs:hardirq_count (Results 1 – 3 of 3) sorted by relevance
8 #define hardirq_count() 0UL macro
35 int hardirq_count; member
61 #define hardirq_count() (preempt_count() & HARDIRQ_MASK) macro