Searched refs:hardirq_context (Results 1 – 4 of 4) sorted by relevance
45 DECLARE_PER_CPU(int, hardirq_context);52 # define lockdep_hardirq_context() (raw_cpu_read(hardirq_context))58 if (__this_cpu_inc_return(hardirq_context) == 1)\67 __this_cpu_dec(hardirq_context); \
570 DECLARE_PER_CPU(int, hardirq_context);587 WARN_ON_ONCE(__lockdep_enabled && !this_cpu_read(hardirq_context)); \592 WARN_ON_ONCE(__lockdep_enabled && (this_cpu_read(hardirq_context) || \
90 if (this_cpu_read(hardirq_context)) in handle_sched_need_resched() 99 if (this_cpu_read(hardirq_context)) in handle_sched_waking()
100 if (this_cpu_read(hardirq_context)) { in handle_sched_waking()