Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dirqflags.h23 # 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)
Dsched.h1625 int softirq_context; member
/linux-4.4.14/kernel/locking/
Dlockdep.c1515 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()
/linux-4.4.14/kernel/
Dfork.c1400 p->softirq_context = 0; in copy_process()