Home
last modified time | relevance | path

Searched defs:hardirq_count (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/sparc/include/asm/
H A Dthread_info_32.h36 int hardirq_count; member
/openbmc/linux/include/linux/
H A Dpreempt.h109 #define hardirq_count() (preempt_count() & HARDIRQ_MASK) macro