Searched defs:in_hardirq (Results 1 - 2 of 2) sorted by last modified time

/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...]
/linux-master/include/linux/
H A Dpreempt.h127 #define in_hardirq() (hardirq_count()) macro

Completed in 268 milliseconds