Home
last modified time | relevance | path

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

/linux-6.15/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.h1252 unsigned int hardirq_threaded; member
/linux-6.15/kernel/locking/
H A Dlockdep.c4787 if (curr->hardirq_threaded || curr->irq_config) in task_wait_context()