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

/linux-4.1.27/include/linux/
H A 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)
H A Dsched.h1540 int softirq_context; member in struct:task_struct
/linux-4.1.27/kernel/locking/
H A Dlockdep.c1515 curr->softirq_context, softirq_count() >> SOFTIRQ_SHIFT, print_bad_irq_dependency()
1686 if (current->softirq_context) inc_chains()
2790 if (curr->softirq_context) mark_irqflags()
2798 if (curr->softirq_context) mark_irqflags()
2851 curr->softirq_context; separate_irq_context()
/linux-4.1.27/kernel/
H A Dfork.c1397 p->softirq_context = 0; copy_process()

Completed in 164 milliseconds