Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/nfs/
A Dcallback.c82 while (!kthread_freezable_should_stop(NULL)) { in nfs4_callback_svc()
114 while (!kthread_freezable_should_stop(NULL)) { in nfs41_callback_svc()
/linux-6.3-rc2/drivers/iio/trigger/
A Diio-trig-loop.c50 } while (likely(!kthread_freezable_should_stop(NULL))); in iio_loop_thread()
/linux-6.3-rc2/include/linux/
A Dkthread.h92 bool kthread_freezable_should_stop(bool *was_frozen);
/linux-6.3-rc2/drivers/mfd/
A Ducb1x00-ts.c213 while (!kthread_freezable_should_stop(&frozen)) { in ucb1x00_thread()
/linux-6.3-rc2/kernel/
A Dkthread.c193 bool kthread_freezable_should_stop(bool *was_frozen) in kthread_freezable_should_stop() function
207 EXPORT_SYMBOL_GPL(kthread_freezable_should_stop);
/linux-6.3-rc2/drivers/media/pci/pt3/
A Dpt3.c441 while (!kthread_freezable_should_stop(&was_frozen)) { in pt3_fetch_thread()
/linux-6.3-rc2/drivers/media/pci/pt1/
A Dpt1.c500 while (!kthread_freezable_should_stop(&was_frozen)) { in pt1_thread()
/linux-6.3-rc2/drivers/platform/x86/
A Dthinkpad_acpi.c2487 if (unlikely(kthread_freezable_should_stop(&was_frozen))) in hotkey_kthread()

Completed in 30 milliseconds