Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dkthread.h44 bool kthread_freezable_should_stop(bool *was_frozen);
/linux-4.1.27/kernel/
Dkthread.c110 bool kthread_freezable_should_stop(bool *was_frozen) in kthread_freezable_should_stop() function
124 EXPORT_SYMBOL_GPL(kthread_freezable_should_stop);
/linux-4.1.27/drivers/mfd/
Ducb1x00-ts.c216 while (!kthread_freezable_should_stop(&frozen)) { in ucb1x00_thread()
/linux-4.1.27/drivers/media/pci/pt3/
Dpt3.c459 while (!kthread_freezable_should_stop(&was_frozen)) { in pt3_fetch_thread()
/linux-4.1.27/drivers/platform/x86/
Dthinkpad_acpi.c2511 if (unlikely(kthread_freezable_should_stop(&was_frozen))) in hotkey_kthread()