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

/linux-master/include/linux/
H A Dirqflags.h47 # define lockdep_softirq_context(p) ((p)->softirq_context)
127 current->softirq_context++; \
131 current->softirq_context--; \
H A Dsched.h1171 int softirq_context; member in struct:task_struct
/linux-master/kernel/locking/
H A Dlockdep.c2582 curr->softirq_context, softirq_count() >> SOFTIRQ_SHIFT,
4558 if (curr->softirq_context)
4566 if (curr->softirq_context)
4608 LOCK_CHAIN_SOFTIRQ_CONTEXT * !!task->softirq_context;
4713 } else if (curr->softirq_context) {
/linux-master/kernel/
H A Dfork.c2338 p->softirq_context = 0;

Completed in 186 milliseconds