Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dkthread.h91 bool __kthread_should_park(struct task_struct *k);
/linux-6.3-rc2/kernel/
A 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()
A Dsoftirq.c95 return tsk && task_is_running(tsk) && !__kthread_should_park(tsk); in ksoftirqd_running()

Completed in 7 milliseconds