Searched refs:lockdep_hardirq_context (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dirqflags.h46 # define lockdep_hardirq_context() (raw_cpu_read(hardirq_context)) macro
107 # define lockdep_hardirq_context() 0 macro
H A Dlockdep.h622 lockdep_hardirq_context() && \
/linux-master/kernel/locking/
H A Dlockdep.c2581 lockdep_hardirq_context(), hardirq_count() >> HARDIRQ_SHIFT,
3985 lockdep_hardirq_context(), hardirq_count() >> HARDIRQ_SHIFT,
4353 if (DEBUG_LOCKS_WARN_ON(lockdep_hardirq_context()))
4554 if (lockdep_hardirq_context())
4563 if (lockdep_hardirq_context())
4607 return LOCK_CHAIN_HARDIRQ_CONTEXT * !!lockdep_hardirq_context() +
4705 if (lockdep_hardirq_context()) {
/linux-master/kernel/
H A Dsoftirq.c489 if (lockdep_hardirq_context()) {

Completed in 165 milliseconds