kthread_should_stop
if (unlikely(kthread_should_stop()))
bool kthread_should_stop(void);
while (!kthread_should_stop()) {
kthread_should_stop());