Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/
Dsoftirq.c486 bool in_hardirq = false; in lockdep_softirq_start() local
498 static inline void lockdep_softirq_end(bool in_hardirq) in lockdep_softirq_end()
507 static inline void lockdep_softirq_end(bool in_hardirq) { } in lockdep_softirq_end()
516 bool in_hardirq; in __do_softirq() local
/Linux-v6.6/include/linux/
Dpreempt.h120 #define in_hardirq() (hardirq_count()) macro