Lines Matching refs:freezable
15 regarded as 'freezable' and treated in a special way before the system enters a
25 All freezable tasks must react to that by calling try_to_freeze(), which
39 signal-handling code, but the freezable kernel threads need to call it
43 calling try_to_freeze(). The main loop of a freezable kernel thread may look
56 If a freezable kernel thread fails to call try_to_freeze() after the freezer has
58 hibernation operation will be cancelled. For this reason, freezable kernel
88 III. Which kernel threads are freezable?
90 Kernel threads are not freezable by default. However, a kernel thread may clear
92 directly is not allowed). From this point it is regarded as freezable
111 may cause something like this to happen, they have to be freezable.
144 Still, there are kernel threads that may want to be freezable. For example, if
147 to access it at that time. However, if the kernel thread is freezable, it will
169 TASK_UNINTERRUPTIBLE state) that needs to be done by freezable kernel thread B
171 may be undesirable. That's why kernel threads are not freezable by default.
229 all user space processes or all freezable kernel threads, in unit of millisecond.