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

/linux-4.1.27/include/linux/
H A Dkthread.h44 bool kthread_freezable_should_stop(bool *was_frozen);
/linux-4.1.27/kernel/
H A Dkthread.c102 * kthread_freezable_should_stop - should this freezable kthread return now?
110 bool kthread_freezable_should_stop(bool *was_frozen) kthread_freezable_should_stop() function
124 EXPORT_SYMBOL_GPL(kthread_freezable_should_stop); variable
/linux-4.1.27/drivers/mfd/
H A Ducb1x00-ts.c216 while (!kthread_freezable_should_stop(&frozen)) { ucb1x00_thread()
/linux-4.1.27/drivers/media/pci/pt3/
H A Dpt3.c459 while (!kthread_freezable_should_stop(&was_frozen)) { pt3_fetch_thread()
/linux-4.1.27/drivers/platform/x86/
H A Dthinkpad_acpi.c2511 if (unlikely(kthread_freezable_should_stop(&was_frozen))) hotkey_kthread()

Completed in 202 milliseconds