Searched refs:softirq_context (Results 1 – 4 of 4) sorted by relevance
23 # define trace_softirq_context(p) ((p)->softirq_context)28 # define lockdep_softirq_enter() do { current->softirq_context++; } while (0)29 # define lockdep_softirq_exit() do { current->softirq_context--; } while (0)
1625 int softirq_context; member
1515 curr->softirq_context, softirq_count() >> SOFTIRQ_SHIFT, in print_bad_irq_dependency()1686 if (current->softirq_context) in inc_chains()2790 if (curr->softirq_context) in mark_irqflags()2798 if (curr->softirq_context) in mark_irqflags()2851 curr->softirq_context; in separate_irq_context()
1400 p->softirq_context = 0; in copy_process()