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

/linux-master/include/linux/
H A Dirqflags.h39 DECLARE_PER_CPU(int, hardirq_context);
46 # define lockdep_hardirq_context() (raw_cpu_read(hardirq_context))
52 if (__this_cpu_inc_return(hardirq_context) == 1)\
61 __this_cpu_dec(hardirq_context); \
H A Dlockdep.h551 DECLARE_PER_CPU(int, hardirq_context);
568 WARN_ON_ONCE(__lockdep_enabled && !this_cpu_read(hardirq_context)); \
573 WARN_ON_ONCE(__lockdep_enabled && (this_cpu_read(hardirq_context) || \
/linux-master/kernel/
H A Dsoftirq.c86 DEFINE_PER_CPU(int, hardirq_context);
88 EXPORT_PER_CPU_SYMBOL_GPL(hardirq_context); variable

Completed in 292 milliseconds