Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dkthread.h91 bool __kthread_should_park(struct task_struct *k);
/linux-6.1.9/kernel/
Dkthread.c161 bool __kthread_should_park(struct task_struct *k) in __kthread_should_park() function
165 EXPORT_SYMBOL_GPL(__kthread_should_park);
180 return __kthread_should_park(current); in kthread_should_park()
Dsoftirq.c95 return tsk && task_is_running(tsk) && !__kthread_should_park(tsk); in ksoftirqd_running()