Searched refs:softirq_context (Results 1 – 4 of 4) sorted by relevance
35 # define trace_softirq_context(p) ((p)->softirq_context)48 current->softirq_context++; \52 current->softirq_context--; \
928 int softirq_context; member
1523 curr->softirq_context, softirq_count() >> SOFTIRQ_SHIFT, in print_bad_irq_dependency()1693 if (current->softirq_context) in inc_chains()2996 if (curr->softirq_context) in mark_irqflags()3004 if (curr->softirq_context) in mark_irqflags()3034 return 2 * !!task->hardirq_context + !!task->softirq_context; in task_irq_context()
1818 p->softirq_context = 0; in copy_process()