Home
last modified time | relevance | path

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

/linux/include/linux/
A Dkthread.h65 bool __kthread_should_park(struct task_struct *k);
/linux/kernel/
A Dkthread.c140 bool __kthread_should_park(struct task_struct *k) in __kthread_should_park() function
144 EXPORT_SYMBOL_GPL(__kthread_should_park);
159 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()
/linux/
A Dvmlinux.symvers12023 0x00000000 __kthread_should_park vmlinux EXPORT_SYMBOL_GPL
A DSystem.map2736 ffff8000100ac8a4 T __kthread_should_park
A D.tmp_System.map2736 ffff8000100ac8a4 T __kthread_should_park

Completed in 311 milliseconds