Home
last modified time | relevance | path

Searched refs:hardirq_context (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dirqflags.h45 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); \
H A Dlockdep.h570 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) || \
/linux/kernel/trace/rv/monitors/opid/
H A Dopid.c90 if (this_cpu_read(hardirq_context)) in handle_sched_need_resched()
99 if (this_cpu_read(hardirq_context)) in handle_sched_waking()
/linux/kernel/trace/rv/monitors/sleep/
H A Dsleep.c100 if (this_cpu_read(hardirq_context)) { in handle_sched_waking()