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