Home
last modified time | relevance | path

Searched refs:kthread_freezable_should_stop (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/iio/trigger/
Diio-trig-loop.c51 } while (likely(!kthread_freezable_should_stop(NULL))); in iio_loop_thread()
/Linux-v4.19/fs/nfs/
Dcallback.c80 while (!kthread_freezable_should_stop(NULL)) { in nfs4_callback_svc()
112 while (!kthread_freezable_should_stop(NULL)) { in nfs41_callback_svc()
/Linux-v4.19/include/linux/
Dkthread.h59 bool kthread_freezable_should_stop(bool *was_frozen);
/Linux-v4.19/kernel/
Dkthread.c130 bool kthread_freezable_should_stop(bool *was_frozen) in kthread_freezable_should_stop() function
144 EXPORT_SYMBOL_GPL(kthread_freezable_should_stop);
/Linux-v4.19/drivers/mfd/
Ducb1x00-ts.c216 while (!kthread_freezable_should_stop(&frozen)) { in ucb1x00_thread()
/Linux-v4.19/drivers/media/pci/pt3/
Dpt3.c441 while (!kthread_freezable_should_stop(&was_frozen)) { in pt3_fetch_thread()
/Linux-v4.19/drivers/media/pci/pt1/
Dpt1.c476 while (!kthread_freezable_should_stop(&was_frozen)) { in pt1_thread()
/Linux-v4.19/drivers/platform/x86/
Dthinkpad_acpi.c2635 if (unlikely(kthread_freezable_should_stop(&was_frozen))) in hotkey_kthread()