Searched refs:linux_kthread_should_park (Results 1 – 2 of 2) sorted by relevance
56 bool linux_kthread_should_park(void);68 #define kthread_should_park() linux_kthread_should_park()
99 while (linux_kthread_should_park()) { in linux_kthread_parkme()111 linux_kthread_should_park(void) in linux_kthread_should_park() function