Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dirqflags.h59 # define lockdep_softirq_context(p) ((p)->softirq_context)
139 current->softirq_context++; \
143 current->softirq_context--; \
H A Dsched.h1164 int softirq_context; member
/openbmc/linux/kernel/locking/
H A Dlockdep.c2582 curr->softirq_context, softirq_count() >> SOFTIRQ_SHIFT, in print_bad_irq_dependency()
4558 if (curr->softirq_context) in mark_usage()
4566 if (curr->softirq_context) in mark_usage()
4608 LOCK_CHAIN_SOFTIRQ_CONTEXT * !!task->softirq_context; in task_irq_context()
4713 } else if (curr->softirq_context) { in task_wait_context()
/openbmc/linux/kernel/
H A Dfork.c2449 p->softirq_context = 0; in copy_process()