Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dirqflags.h47 # define lockdep_softirq_context(p) ((p)->softirq_context)
127 current->softirq_context++; \
131 current->softirq_context--; \
Dsched.h1212 int softirq_context; member
/linux-6.12.1/kernel/locking/
Dlockdep.c2603 curr->softirq_context, softirq_count() >> SOFTIRQ_SHIFT, in print_bad_irq_dependency()
4605 if (curr->softirq_context) in mark_usage()
4613 if (curr->softirq_context) in mark_usage()
4655 LOCK_CHAIN_SOFTIRQ_CONTEXT * !!task->softirq_context; in task_irq_context()
4762 } else if (curr->softirq_context) { in task_wait_context()
/linux-6.12.1/kernel/
Dfork.c2322 p->softirq_context = 0; in copy_process()