Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dirqflags.h35 # define trace_softirq_context(p) ((p)->softirq_context)
48 current->softirq_context++; \
52 current->softirq_context--; \
Dsched.h979 int softirq_context; member
/Linux-v5.4/kernel/locking/
Dlockdep.c2048 curr->softirq_context, softirq_count() >> SOFTIRQ_SHIFT, in print_bad_irq_dependency()
2307 if (current->softirq_context) in inc_chains()
3557 if (curr->softirq_context) in mark_usage()
3565 if (curr->softirq_context) in mark_usage()
3600 return 2 * !!task->hardirq_context + !!task->softirq_context; in task_irq_context()
/Linux-v5.4/kernel/
Dfork.c1964 p->softirq_context = 0; in copy_process()