Lines Matching +full:keep +full:- +full:power +full:- +full:in +full:- +full:suspend
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #include <linux/suspend.h>
22 /* kernel/power/snapshot.c */
27 /* Maximum size of architecture specific data in a hibernation header */
43 * Keep some memory free so that I/O operations can succeed without paging
49 * Keep 1 MB of memory free so that device drivers can allocate some pages in
50 * their .suspend() routines without breaking the suspend to disk.
56 /* kernel/power/hibernate.c */
60 /* kernel/power/swap.c */
68 /* kernel/power/snapshot.c */
99 /* Preferred image size in bytes (default 500 MB) */
130 * in the future with considerably less effort.
167 * Flags that can be passed from the hibernatig hernel to the "boot" kernel in
184 * SF_CRC32_MODE, SF_COMPRESSION_ALG_LZO(dummy) -> Compression, LZO
185 * SF_CRC32_MODE, SF_COMPRESSION_ALG_LZ4 -> Compression, LZ4
189 /* kernel/power/hibernate.c */
202 /* kernel/power/swsusp.c */
206 /* kernel/power/suspend.c */
217 return -ENOSYS; in suspend_devices_and_enter()
222 /* kernel/power/suspend_test.c */
231 /* kernel/power/main.c */
249 * Suspend test levels
252 /* keep first */
259 /* keep last */
264 #define TEST_MAX (__TEST_AFTER_LAST - 1)
313 /* kernel/power/autosleep.c */
331 /* kernel/power/wakelock.c */