Searched refs:hardirq_context (Results 1 – 5 of 5) sorted by relevance
34 # define trace_hardirq_context(p) ((p)->hardirq_context)40 current->hardirq_context++; \44 current->hardirq_context--; \
646 !current->hardirq_context, \
973 int hardirq_context; member
2047 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()
1963 p->hardirq_context = 0; in copy_process()