Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dirqflags.h59 current->hardirq_threaded = 0; \
63 current->hardirq_threaded = 1; \
H A Dlockdep.h645 !(current->hardirq_threaded || current->irq_config), \
H A Dsched.h1259 unsigned int hardirq_threaded; member
/linux/kernel/locking/
H A Dlockdep.c4786 if (curr->hardirq_threaded || curr->irq_config) in task_wait_context()