Lines Matching refs:hibernation
7 kernel threads are controlled during hibernation or system-wide suspend (on some
16 suspend state as well as before a hibernation image is created (in what follows
17 we only consider hibernation, but the description also applies to suspend).
19 Namely, as the first step of the hibernation procedure the function
58 hibernation operation will be cancelled. For this reason, freezable kernel
62 After the system memory state has been restored from a hibernation image and
100 hibernation. At the moment we have no simple means of checkpointing
103 modifications. At the same time each hibernation image contains some
109 hibernation image has been created and before the system is finally powered off.
113 2. Next, to create the hibernation image we need to free a sufficient amount of
119 amounts of memory from their .suspend() callbacks before hibernation, but this
153 realizing that hibernation (or suspend) operation takes place. Ideally, user
159 disable nonboot CPUs during the hibernation, if this process is not frozen, it
183 hibernation (and suspend) notifiers (in that case, though, we won't be able to
184 avoid the realization by the user space processes that the hibernation is taking
207 from system-wide sleep such as suspend/hibernation is not encouraged.
208 If possible, that piece of code must instead hook onto the suspend/hibernation
223 only after the entire suspend/hibernation sequence is complete.