Searched refs:hardirq_context (Results 1 – 4 of 4) sorted by relevance
22 # define trace_hardirq_context(p) ((p)->hardirq_context)26 # define trace_hardirq_enter() do { current->hardirq_context++; } while (0)27 # define trace_hardirq_exit() do { current->hardirq_context--; } while (0)
1619 int hardirq_context; member
1514 curr->hardirq_context, hardirq_count() >> HARDIRQ_SHIFT, in print_bad_irq_dependency()1683 if (current->hardirq_context) in inc_chains()2608 if (DEBUG_LOCKS_WARN_ON(current->hardirq_context)) in trace_hardirqs_on_caller()2786 if (curr->hardirq_context) in mark_irqflags()2795 if (curr->hardirq_context) in mark_irqflags()2850 hlock->irq_context = 2*(curr->hardirq_context ? 1 : 0) + in separate_irq_context()
1399 p->hardirq_context = 0; in copy_process()