Searched refs:hardirq_context (Results 1 – 4 of 4) sorted by relevance
34 # define trace_hardirq_context(p) ((p)->hardirq_context)40 current->hardirq_context++; \44 current->hardirq_context--; \
922 int hardirq_context; member
1522 curr->hardirq_context, hardirq_count() >> HARDIRQ_SHIFT, in print_bad_irq_dependency()1690 if (current->hardirq_context) in inc_chains()2875 if (DEBUG_LOCKS_WARN_ON(current->hardirq_context)) in lockdep_hardirqs_on()2992 if (curr->hardirq_context) in mark_irqflags()3001 if (curr->hardirq_context) in mark_irqflags()3034 return 2 * !!task->hardirq_context + !!task->softirq_context; in task_irq_context()
1817 p->hardirq_context = 0; in copy_process()