Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dkthread.h63 bool __kthread_should_park(struct task_struct *k);
/kernel/linux/linux-5.10/kernel/
Dkthread.c134 bool __kthread_should_park(struct task_struct *k) in __kthread_should_park() function
138 EXPORT_SYMBOL_GPL(__kthread_should_park);
153 return __kthread_should_park(current); in kthread_should_park()
Dsoftirq.c92 !__kthread_should_park(tsk); in ksoftirqd_running()