Home
last modified time | relevance | path

Searched refs:__kthread_should_park (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dkthread.h63 bool __kthread_should_park(struct task_struct *k);
/kernel/linux/linux-5.10/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); variable
153 return __kthread_should_park(current); in kthread_should_park()
H A Dsoftirq.c92 !__kthread_should_park(tsk); in ksoftirqd_running()
/kernel/linux/linux-6.6/kernel/
H A Dkthread.c162 static bool __kthread_should_park(struct task_struct *k) in __kthread_should_park() function
180 return __kthread_should_park(current); in kthread_should_park()

Completed in 5 milliseconds