Searched refs:__kthread_should_park (Results 1 – 3 of 3) sorted by relevance
91 bool __kthread_should_park(struct task_struct *k);
161 bool __kthread_should_park(struct task_struct *k) in __kthread_should_park() function165 EXPORT_SYMBOL_GPL(__kthread_should_park);180 return __kthread_should_park(current); in kthread_should_park()
95 return tsk && task_is_running(tsk) && !__kthread_should_park(tsk); in ksoftirqd_running()