Home
last modified time | relevance | path

Searched refs:softirq_context (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/
Dirqflags.h35 # define trace_softirq_context(p) ((p)->softirq_context)
48 current->softirq_context++; \
52 current->softirq_context--; \
Dsched.h928 int softirq_context; member
/Linux-v4.19/kernel/locking/
Dlockdep.c1523 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()
/Linux-v4.19/kernel/
Dfork.c1818 p->softirq_context = 0; in copy_process()