Home
last modified time | relevance | path

Searched refs:was_frozen (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/pci/pt3/
H A Dpt3.c429 bool was_frozen; in pt3_fetch_thread() local
441 while (!kthread_freezable_should_stop(&was_frozen)) { in pt3_fetch_thread()
442 if (was_frozen) in pt3_fetch_thread()
/linux/include/linux/
H A Dkthread.h112 bool kthread_freezable_should_stop(bool *was_frozen);
/linux/drivers/media/pci/pt1/
H A Dpt1.c492 bool was_frozen; in pt1_thread() local
500 while (!kthread_freezable_should_stop(&was_frozen)) { in pt1_thread()
501 if (was_frozen) { in pt1_thread()
/linux/drivers/platform/x86/lenovo/
H A Dthinkpad_acpi.c2475 bool was_frozen; in hotkey_kthread() local
2504 if (unlikely(kthread_freezable_should_stop(&was_frozen))) in hotkey_kthread()
2507 if (t > 0 && !was_frozen) in hotkey_kthread()
2511 if (was_frozen || hotkey_config_change != change_detector) { in hotkey_kthread()