Home
last modified time | relevance | path

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

/linux/drivers/iio/trigger/
H A Diio-trig-loop.c50 } while (likely(!kthread_freezable_should_stop(NULL))); in iio_loop_thread()
/linux/include/linux/
H A Dkthread.h93 bool kthread_freezable_should_stop(bool *was_frozen);
/linux/drivers/mfd/
H A Ducb1x00-ts.c213 while (!kthread_freezable_should_stop(&frozen)) { in ucb1x00_thread()
/linux/kernel/
H A Dkthread.c203 bool kthread_freezable_should_stop(bool *was_frozen) in kthread_freezable_should_stop() function
217 EXPORT_SYMBOL_GPL(kthread_freezable_should_stop);
/linux/drivers/media/pci/pt3/
H A Dpt3.c441 while (!kthread_freezable_should_stop(&was_frozen)) { in pt3_fetch_thread()
/linux/drivers/media/pci/pt1/
H A Dpt1.c500 while (!kthread_freezable_should_stop(&was_frozen)) { in pt1_thread()
/linux/mm/
H A Dvmscan.c6925 ret = kthread_freezable_should_stop(&was_frozen); in balance_pgdat()
7160 if (kthread_freezable_should_stop(&was_frozen)) in kswapd()
/linux/drivers/platform/x86/
H A Dthinkpad_acpi.c2517 if (unlikely(kthread_freezable_should_stop(&was_frozen))) in hotkey_kthread()