Searched refs:__kthread_should_park (Results 1 – 6 of 6) sorted by relevance
65 bool __kthread_should_park(struct task_struct *k);
140 bool __kthread_should_park(struct task_struct *k) in __kthread_should_park() function144 EXPORT_SYMBOL_GPL(__kthread_should_park);159 return __kthread_should_park(current); in kthread_should_park()
95 return tsk && task_is_running(tsk) && !__kthread_should_park(tsk); in ksoftirqd_running()
12023 0x00000000 __kthread_should_park vmlinux EXPORT_SYMBOL_GPL
2736 ffff8000100ac8a4 T __kthread_should_park
Completed in 319 milliseconds