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