Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/iio/trigger/
Diio-trig-loop.c50 } while (likely(!kthread_freezable_should_stop(NULL))); in iio_loop_thread()
/Linux-v5.4/fs/nfs/
Dcallback.c83 while (!kthread_freezable_should_stop(NULL)) { in nfs4_callback_svc()
115 while (!kthread_freezable_should_stop(NULL)) { in nfs41_callback_svc()
/Linux-v5.4/include/linux/
Dkthread.h59 bool kthread_freezable_should_stop(bool *was_frozen);
/Linux-v5.4/kernel/
Dkthread.c139 bool kthread_freezable_should_stop(bool *was_frozen) in kthread_freezable_should_stop() function
153 EXPORT_SYMBOL_GPL(kthread_freezable_should_stop);
/Linux-v5.4/drivers/mfd/
Ducb1x00-ts.c213 while (!kthread_freezable_should_stop(&frozen)) { in ucb1x00_thread()
/Linux-v5.4/drivers/media/pci/pt3/
Dpt3.c441 while (!kthread_freezable_should_stop(&was_frozen)) { in pt3_fetch_thread()
/Linux-v5.4/drivers/media/pci/pt1/
Dpt1.c501 while (!kthread_freezable_should_stop(&was_frozen)) { in pt1_thread()
/Linux-v5.4/drivers/platform/x86/
Dthinkpad_acpi.c2625 if (unlikely(kthread_freezable_should_stop(&was_frozen))) in hotkey_kthread()