Searched refs:KTW_FREEZABLE (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ | ||
| H A D | kthread.h | 121 KTW_FREEZABLE = 1 << 0, /* freeze during suspend */ enumerator |
| /linux/kernel/ | ||
| H A D | kthread.c | 982 if (worker->flags & KTW_FREEZABLE) in kthread_worker_fn() |