Searched defs:in_hardirq (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dpreempt.h127 #define in_hardirq() (hardirq_count()) macro
/linux-master/kernel/
H A Dsoftirq.c487 bool in_hardirq = false; local
499 static inline void lockdep_softirq_end(bool in_hardirq) argument
508 lockdep_softirq_end(bool in_hardirq) argument
517 bool in_hardirq; local
[all...]

Completed in 92 milliseconds