Lines Matching +full:pm +full:- +full:related

11 kernel threads are controlled during hibernation or system-wide suspend (on some
17 There is one per-task flag (PF_NOFREEZE) and three per-task states
23 to system-wide suspend too).
26 freeze_processes() (defined in kernel/power/process.c) is called. A system-wide
27 static key freezer_active (as opposed to a per-task flag or state) is used to
45 signal-handling code, but the freezable kernel threads need to call it
61 oom_reaper_list = tsk->oom_reaper_list;
73 entire system-wide transition will be cancelled. For this reason, freezable
84 -------------------------------------------------------------------------
87 - freezes only userspace tasks
90 - freezes all tasks (including kernel threads) because we can't freeze
94 - thaws only kernel threads; this is particularly useful if we need to do
99 - thaws all tasks (including kernel threads) because we can't thaw userspace
122 filesystem-related information that must be consistent with the state of the
123 on-disk data and metadata after the system memory state has been restored
126 tasks that might cause the on-disk filesystems' data and metadata to be
148 … on LKML (https://lore.kernel.org/r/alpine.LFD.0.98.0704271801020.9964@woody.linux-foundation.org):
173 space processes should not notice that such a system-wide operation has
182 V. Are there any problems related to the freezing of tasks?
193 Second, there are the following two problems related to the freezing of user
200 (https://lists.linux-foundation.org/pipermail/linux-pm/2007-May/012309.html).
209 they are not directly related to it. For example, if request_firmware() is
216 is used. Consequently, the problem is not really related to the freezing of
222 Documentation/driver-api/pm/notifiers.rst.
230 piece of code from system-wide sleep such as suspend/hibernation is not
233 CPU-Hotplug code (kernel/cpu.c) for an example.