Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/locking/
Dlockdep.c2410 printk("softirqs last disabled at (%u): ", curr->softirq_disable_event); in print_irqtrace_events()
2723 curr->softirq_disable_event = ++curr->irq_events; in trace_softirqs_off()
/linux-4.4.14/kernel/
Dfork.c1398 p->softirq_disable_event = 0; in copy_process()
/linux-4.4.14/include/linux/
Dsched.h1622 unsigned int softirq_disable_event; member