Searched refs:LOCK_CHAIN_HARDIRQ_CONTEXT (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/locking/
H A Dlockdep_internals.h118 #define LOCK_CHAIN_HARDIRQ_CONTEXT (1 << 1) macro
H A Dlockdep_proc.c156 [LOCK_CHAIN_HARDIRQ_CONTEXT] = "hardirq",
159 LOCK_CHAIN_HARDIRQ_CONTEXT] = "hardirq|softirq",
H A Dlockdep.c2945 if (irq_context & LOCK_CHAIN_HARDIRQ_CONTEXT)
2955 if (irq_context & LOCK_CHAIN_HARDIRQ_CONTEXT)
4607 return LOCK_CHAIN_HARDIRQ_CONTEXT * !!lockdep_hardirq_context() +

Completed in 126 milliseconds