Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/
Dsoftirq.c491 bool in_hardirq = false; in lockdep_softirq_start() local
503 static inline void lockdep_softirq_end(bool in_hardirq) in lockdep_softirq_end()
512 static inline void lockdep_softirq_end(bool in_hardirq) { } in lockdep_softirq_end()
521 bool in_hardirq; in __do_softirq() local
/Linux-v5.15/include/linux/
Dpreempt.h98 #define in_hardirq() (hardirq_count()) macro