Home
last modified time | relevance | path

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

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