Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dirqflags.h34 # define trace_hardirq_context(p) ((p)->hardirq_context) macro
57 # define trace_hardirq_context(p) 0 macro
/Linux-v4.19/tools/include/linux/
Dirqflags.h5 # define trace_hardirq_context(p) 0 macro
/Linux-v4.19/kernel/
Dsoftirq.c227 if (trace_hardirq_context(current)) { in lockdep_softirq_start()
/Linux-v4.19/kernel/locking/
Dlockdep.c2524 trace_hardirq_context(curr), hardirq_count() >> HARDIRQ_SHIFT, in print_usage_bug()