Home
last modified time | relevance | path

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

/linux/kernel/locking/
H A Dlockdep.c2616 curr->softirq_context, softirq_count() >> SOFTIRQ_SHIFT, in print_bad_irq_dependency()
4677 if (curr->softirq_context) in mark_usage()
4685 if (curr->softirq_context) in mark_usage()
4727 LOCK_CHAIN_SOFTIRQ_CONTEXT * !!task->softirq_context; in task_irq_context()
4834 } else if (curr->softirq_context) { in task_wait_context()
/linux/include/linux/
H A Dsched.h1289 int softirq_context; member
/linux/kernel/
H A Dfork.c2262 p->softirq_context = 0; in copy_process()