Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dkthread.c134 bool __kthread_should_park(struct task_struct *k) in __kthread_should_park() function
138 EXPORT_SYMBOL_GPL(__kthread_should_park);
153 return __kthread_should_park(current); in kthread_should_park()
/OK3568_Linux_fs/kernel/include/linux/
H A Dkthread.h63 bool __kthread_should_park(struct task_struct *k);