Lines Matching refs:suspend
1 Debugging hibernation and suspend
4 1. Testing hibernation (aka suspend to disk or STD)
78 Then, the kernel will try to freeze processes, suspend devices, wait a few
79 seconds (5 by default, but configurable by the suspend.pm_test_delay module
88 hibernation/suspend operations. Also, when open for reading, /sys/power/pm_test
107 If the "devices" test fails, most likely there is a driver that cannot suspend
158 - if there are n modules loaded and the attempt to suspend and resume fails,
161 - if there are n modules loaded and the attempt to suspend and resume succeeds,
175 information about the reasons of the suspend (resume) failure. Alternatively,
180 2. Testing suspend to RAM (STR)
183 tool available from http://suspend.sf.net and documented at
188 CONFIG_PM_DEBUG set) the suspend code will work in the test mode corresponding
196 you to identify drivers that fail to suspend or resume their devices. They
207 There is a debugfs entry which shows the suspend to RAM statistics. Here is an
224 last_failed_step: suspend
225 suspend
226 Field success means the success number of suspend to RAM, and field fail means
227 the failure number. Others are the failure number of different steps of suspend
229 failed step of suspend.