Lines Matching full:suspend
2 config SUSPEND config
3 bool "Suspend to RAM and standby"
9 suspend-to-RAM state (e.g. the ACPI S3 state).
12 bool "Enable freezer for suspend to RAM/standby" \
14 depends on SUSPEND
17 This allows you to turn off the freezer for suspend. If this is
18 done, no tasks are frozen for suspend to RAM/standby.
23 bool "Skip kernel's sys_sync() on suspend to RAM/standby"
24 depends on SUSPEND
29 of suspend, or they are content with invoking sync() from
30 user-space before invoking suspend. There's a run-time switch
39 bool "Hibernation (aka 'suspend to disk')"
46 Enable the suspend to disk (STD) functionality, which is usually
50 You can suspend your machine with 'echo disk > /sys/power/state'
55 from <http://suspend.sf.net>.
59 of the reasons to use software suspend is that the firmware hooks
60 for suspend states like suspend-to-RAM (STR) often don't work very
69 need to run mkswap against the swap partition used for the suspend.
77 that were mounted before the suspend. In particular, you MUST NOT
78 MOUNT any journaled filesystems mounted before the suspend or they
122 The default resume partition is the partition that the suspend-
141 depends on SUSPEND || HIBERNATE_CALLBACKS
156 If an arch can suspend (for suspend, hibernate, kexec, etc) on a
215 responsible for the actual handling of device suspend requests and
224 suspend support.
235 bool "Test suspend/resume and wakealarm during bootup"
236 depends on SUSPEND && PM_DEBUG && RTC_CLASS=y
238 This option will let you suspend your machine during bootup, and
250 bool "Device suspend/resume watchdog"
254 locked up attempting to suspend/resume a device.
281 bool "Suspend/resume event tracing"
288 during suspend (or more commonly, during resume).
290 To use this debugging feature you should attempt to suspend the