Lines Matching full:hibernation
552 2.4.3. System Hibernation
555 System hibernation is more complicated than system suspend, because it requires
635 System restore requires a hibernation image to be loaded into memory and the
636 pre-hibernation memory contents to be restored before the pre-hibernation system
639 As described in Documentation/driver-api/pm/devices.rst, the hibernation image
645 the image during hibernation, in the
653 Should the restoration of the pre-hibernation memory contents fail, the boot
658 If the pre-hibernation memory contents are restored successfully, which is the
661 it must restore the devices' pre-hibernation functionality, which is done much
717 The prepare() callback is executed during system suspend, during hibernation
718 (when a hibernation image is about to be created), during power-off after
719 saving a hibernation image and during system restore, when a hibernation image
775 The freeze() callback is hibernation-specific and is executed in two situations,
776 during hibernation, after prepare() callbacks have been executed for all devices
793 The freeze_noirq() callback is hibernation-specific. It is executed during
794 hibernation, after prepare() and freeze() callbacks have been executed for all
810 The poweroff() callback is hibernation-specific. It is executed when the system
811 is about to be powered off after saving a hibernation image to a persistent
827 The poweroff_noirq() callback is hibernation-specific. It is executed after
865 The thaw_noirq() callback is hibernation-specific. It is executed after a
867 core, in the thaw_noirq phase of hibernation. It also may be executed if the
868 loading of a hibernation image fails during system restore (it is then executed
880 The thaw() callback is hibernation-specific. It is executed after thaw_noirq()
890 The restore_noirq() callback is hibernation-specific. It is executed in the
891 restore_noirq phase of hibernation, when the boot kernel has passed control to
906 The restore() callback is hibernation-specific. It is executed after
924 - during hibernation, before saving the system image, after thaw() callbacks
926 - during system restore, when the system is going back to its pre-hibernation
929 It also may be executed if the loading of a hibernation image into memory fails