Home
last modified time | relevance | path

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

/openbmc/linux/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", in lc_show()
159 LOCK_CHAIN_HARDIRQ_CONTEXT] = "hardirq|softirq", in lc_show()
H A Dlockdep.c2945 if (irq_context & LOCK_CHAIN_HARDIRQ_CONTEXT) in inc_chains()
2955 if (irq_context & LOCK_CHAIN_HARDIRQ_CONTEXT) in dec_chains()
4607 return LOCK_CHAIN_HARDIRQ_CONTEXT * !!lockdep_hardirq_context() + in task_irq_context()