Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dirqflags.h34 # define trace_hardirq_context(p) ((p)->hardirq_context)
40 current->hardirq_context++; \
44 current->hardirq_context--; \
Dlockdep.h646 !current->hardirq_context, \
Dsched.h973 int hardirq_context; member
/Linux-v5.4/kernel/locking/
Dlockdep.c2047 curr->hardirq_context, hardirq_count() >> HARDIRQ_SHIFT, in print_bad_irq_dependency()
2304 if (current->hardirq_context) in inc_chains()
3430 if (DEBUG_LOCKS_WARN_ON(current->hardirq_context)) in lockdep_hardirqs_on()
3553 if (curr->hardirq_context) in mark_usage()
3562 if (curr->hardirq_context) in mark_usage()
3600 return 2 * !!task->hardirq_context + !!task->softirq_context; in task_irq_context()
/Linux-v5.4/kernel/
Dfork.c1963 p->hardirq_context = 0; in copy_process()