2 * kernel/power/hibernate.c - Hibernation (a.k.a suspend-to-disk) support.
4 * Copyright (c) 2003 Patrick Mochel
5 * Copyright (c) 2003 Open Source Development Lab
6 * Copyright (c) 2004 Pavel Machek <pavel@ucw.cz>
7 * Copyright (c) 2009 Rafael J. Wysocki, Novell Inc.
8 * Copyright (C) 2012 Bojan Smojver <bojan@rexursive.com>
10 * This file is released under the GPLv2.
13 #include <linux/export.h>
14 #include <linux/suspend.h>
15 #include <linux/syscalls.h>
16 #include <linux/reboot.h>
17 #include <linux/string.h>
18 #include <linux/device.h>
19 #include <linux/async.h>
20 #include <linux/delay.h>
22 #include <linux/mount.h>
24 #include <linux/console.h>
25 #include <linux/cpu.h>
26 #include <linux/freezer.h>
27 #include <linux/gfp.h>
28 #include <linux/syscore_ops.h>
29 #include <linux/ctype.h>
30 #include <linux/genhd.h>
31 #include <linux/ktime.h>
32 #include <trace/events/power.h>
37 static int nocompress;
39 static int nohibernate;
40 static int resume_wait;
41 static unsigned int resume_delay;
42 static char resume_file[256] = CONFIG_PM_STD_PARTITION;
43 dev_t swsusp_resume_device;
44 sector_t swsusp_resume_block;
45 __visible int in_suspend __nosavedata;
55 HIBERNATION_TEST_RESUME,
57 __HIBERNATION_AFTER_LAST
59 #define HIBERNATION_MAX (__HIBERNATION_AFTER_LAST-1)
60 #define HIBERNATION_FIRST (HIBERNATION_INVALID + 1)
62 static int hibernation_mode = HIBERNATION_SHUTDOWN;
64 bool freezer_test_done;
66 static const struct platform_hibernation_ops *hibernation_ops;
68 bool hibernation_available(void)
70 return (nohibernate == 0);
74 * hibernation_set_ops - Set the global hibernate operations.
75 * @ops: Hibernation operations to use in subsequent hibernation transitions.
77 void hibernation_set_ops(const struct platform_hibernation_ops *ops)
79 if (ops && !(ops->begin && ops->end && ops->pre_snapshot
80 && ops->prepare && ops->finish && ops->enter && ops->pre_restore
81 && ops->restore_cleanup && ops->leave)) {
86 hibernation_ops = ops;
88 hibernation_mode = HIBERNATION_PLATFORM;
89 else if (hibernation_mode == HIBERNATION_PLATFORM)
90 hibernation_mode = HIBERNATION_SHUTDOWN;
92 unlock_system_sleep();
94 EXPORT_SYMBOL_GPL(hibernation_set_ops);
96 static bool entering_platform_hibernation;
98 bool system_entering_hibernation(void)
100 return entering_platform_hibernation;
102 EXPORT_SYMBOL(system_entering_hibernation);
104 #ifdef CONFIG_PM_DEBUG
105 static void hibernation_debug_sleep(void)
107 printk(KERN_INFO "hibernation debug: Waiting for 5 seconds.\n");
111 static int hibernation_test(int level)
113 if (pm_test_level == level) {
114 hibernation_debug_sleep();
119 #else /* !CONFIG_PM_DEBUG */
120 static int hibernation_test(int level) { return 0; }
121 #endif /* !CONFIG_PM_DEBUG */
124 * platform_begin - Call platform to start hibernation.
125 * @platform_mode: Whether or not to use the platform driver.
127 static int platform_begin(int platform_mode)
129 return (platform_mode && hibernation_ops) ?
130 hibernation_ops->begin() : 0;
134 * platform_end - Call platform to finish transition to the working state.
135 * @platform_mode: Whether or not to use the platform driver.
137 static void platform_end(int platform_mode)
139 if (platform_mode && hibernation_ops)
140 hibernation_ops->end();
144 * platform_pre_snapshot - Call platform to prepare the machine for hibernation.
145 * @platform_mode: Whether or not to use the platform driver.
147 * Use the platform driver to prepare the system for creating a hibernate image,
148 * if so configured, and return an error code if that fails.
151 static int platform_pre_snapshot(int platform_mode)
153 return (platform_mode && hibernation_ops) ?
154 hibernation_ops->pre_snapshot() : 0;
158 * platform_leave - Call platform to prepare a transition to the working state.
159 * @platform_mode: Whether or not to use the platform driver.
161 * Use the platform driver prepare to prepare the machine for switching to the
162 * normal mode of operation.
164 * This routine is called on one CPU with interrupts disabled.
166 static void platform_leave(int platform_mode)
168 if (platform_mode && hibernation_ops)
169 hibernation_ops->leave();
173 * platform_finish - Call platform to switch the system to the working state.
174 * @platform_mode: Whether or not to use the platform driver.
176 * Use the platform driver to switch the machine to the normal mode of
179 * This routine must be called after platform_prepare().
181 static void platform_finish(int platform_mode)
183 if (platform_mode && hibernation_ops)
184 hibernation_ops->finish();
188 * platform_pre_restore - Prepare for hibernate image restoration.
189 * @platform_mode: Whether or not to use the platform driver.
191 * Use the platform driver to prepare the system for resume from a hibernation
194 * If the restore fails after this function has been called,
195 * platform_restore_cleanup() must be called.
197 static int platform_pre_restore(int platform_mode)
199 return (platform_mode && hibernation_ops) ?
200 hibernation_ops->pre_restore() : 0;
204 * platform_restore_cleanup - Switch to the working state after failing restore.
205 * @platform_mode: Whether or not to use the platform driver.
207 * Use the platform driver to switch the system to the normal mode of operation
208 * after a failing restore.
210 * If platform_pre_restore() has been called before the failing restore, this
211 * function must be called too, regardless of the result of
212 * platform_pre_restore().
214 static void platform_restore_cleanup(int platform_mode)
216 if (platform_mode && hibernation_ops)
217 hibernation_ops->restore_cleanup();
221 * platform_recover - Recover from a failure to suspend devices.
222 * @platform_mode: Whether or not to use the platform driver.
224 static void platform_recover(int platform_mode)
226 if (platform_mode && hibernation_ops && hibernation_ops->recover)
227 hibernation_ops->recover();
231 * swsusp_show_speed - Print time elapsed between two events during hibernation.
232 * @start: Starting event.
233 * @stop: Final event.
234 * @nr_pages: Number of memory pages processed between @start and @stop.
235 * @msg: Additional diagnostic message to print.
237 void swsusp_show_speed(ktime_t start, ktime_t stop,
238 unsigned nr_pages, char *msg)
241 u64 elapsed_centisecs64;
242 unsigned int centisecs;
246 diff = ktime_sub(stop, start);
247 elapsed_centisecs64 = ktime_divns(diff, 10*NSEC_PER_MSEC);
248 centisecs = elapsed_centisecs64;
250 centisecs = 1; /* avoid div-by-zero */
251 k = nr_pages * (PAGE_SIZE / 1024);
252 kps = (k * 100) / centisecs;
253 printk(KERN_INFO "PM: %s %u kbytes in %u.%02u seconds (%u.%02u MB/s)\n",
255 centisecs / 100, centisecs % 100,
256 kps / 1000, (kps % 1000) / 10);
260 * create_image - Create a hibernation image.
261 * @platform_mode: Whether or not to use the platform driver.
263 * Execute device drivers' "late" and "noirq" freeze callbacks, create a
264 * hibernation image and run the drivers' "noirq" and "early" thaw callbacks.
266 * Control reappears in this routine after the subsequent restore.
268 static int create_image(int platform_mode)
272 error = dpm_suspend_end(PMSG_FREEZE);
274 printk(KERN_ERR "PM: Some devices failed to power down, "
275 "aborting hibernation\n");
279 error = platform_pre_snapshot(platform_mode);
280 if (error || hibernation_test(TEST_PLATFORM))
281 goto Platform_finish;
283 error = disable_nonboot_cpus();
284 if (error || hibernation_test(TEST_CPUS))
289 error = syscore_suspend();
291 printk(KERN_ERR "PM: Some system devices failed to power down, "
292 "aborting hibernation\n");
296 if (hibernation_test(TEST_CORE) || pm_wakeup_pending())
300 save_processor_state();
301 trace_suspend_resume(TPS("machine_suspend"), PM_EVENT_HIBERNATE, true);
302 error = swsusp_arch_suspend();
303 /* Restore control flow magically appears here */
304 restore_processor_state();
305 trace_suspend_resume(TPS("machine_suspend"), PM_EVENT_HIBERNATE, false);
307 printk(KERN_ERR "PM: Error %d creating hibernation image\n",
310 events_check_enabled = false;
314 platform_leave(platform_mode);
323 enable_nonboot_cpus();
326 platform_finish(platform_mode);
328 dpm_resume_start(in_suspend ?
329 (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE);
335 * hibernation_snapshot - Quiesce devices and create a hibernation image.
336 * @platform_mode: If set, use platform driver to prepare for the transition.
338 * This routine must be called with pm_mutex held.
340 int hibernation_snapshot(int platform_mode)
345 pm_suspend_clear_flags();
346 error = platform_begin(platform_mode);
350 /* Preallocate image memory before shutting down devices. */
351 error = hibernate_preallocate_memory();
355 error = freeze_kernel_threads();
359 if (hibernation_test(TEST_FREEZER)) {
362 * Indicate to the caller that we are returning due to a
363 * successful freezer test.
365 freezer_test_done = true;
369 error = dpm_prepare(PMSG_FREEZE);
371 dpm_complete(PMSG_RECOVER);
376 pm_restrict_gfp_mask();
378 error = dpm_suspend(PMSG_FREEZE);
380 if (error || hibernation_test(TEST_DEVICES))
381 platform_recover(platform_mode);
383 error = create_image(platform_mode);
386 * In the case that we call create_image() above, the control
387 * returns here (1) after the image has been created or the
388 * image creation has failed and (2) after a successful restore.
391 /* We may need to release the preallocated image pages here. */
392 if (error || !in_suspend)
395 msg = in_suspend ? (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE;
398 if (error || !in_suspend)
399 pm_restore_gfp_mask();
405 platform_end(platform_mode);
409 thaw_kernel_threads();
415 int __weak hibernate_resume_nonboot_cpu_disable(void)
417 return disable_nonboot_cpus();
421 * resume_target_kernel - Restore system state from a hibernation image.
422 * @platform_mode: Whether or not to use the platform driver.
424 * Execute device drivers' "noirq" and "late" freeze callbacks, restore the
425 * contents of highmem that have not been restored yet from the image and run
426 * the low-level code that will restore the remaining contents of memory and
427 * switch to the just restored target kernel.
429 static int resume_target_kernel(bool platform_mode)
433 error = dpm_suspend_end(PMSG_QUIESCE);
435 printk(KERN_ERR "PM: Some devices failed to power down, "
436 "aborting resume\n");
440 error = platform_pre_restore(platform_mode);
444 error = hibernate_resume_nonboot_cpu_disable();
450 error = syscore_suspend();
454 save_processor_state();
455 error = restore_highmem();
457 error = swsusp_arch_resume();
459 * The code below is only ever reached in case of a failure.
460 * Otherwise, execution continues at the place where
461 * swsusp_arch_suspend() was called.
465 * This call to restore_highmem() reverts the changes made by
471 * The only reason why swsusp_arch_resume() can fail is memory being
472 * very tight, so we have to free it as soon as we can to avoid
473 * subsequent failures.
476 restore_processor_state();
477 touch_softlockup_watchdog();
485 enable_nonboot_cpus();
488 platform_restore_cleanup(platform_mode);
490 dpm_resume_start(PMSG_RECOVER);
496 * hibernation_restore - Quiesce devices and restore from a hibernation image.
497 * @platform_mode: If set, use platform driver to prepare for the transition.
499 * This routine must be called with pm_mutex held. If it is successful, control
500 * reappears in the restored target kernel in hibernation_snapshot().
502 int hibernation_restore(int platform_mode)
506 pm_prepare_console();
508 pm_restrict_gfp_mask();
509 error = dpm_suspend_start(PMSG_QUIESCE);
511 error = resume_target_kernel(platform_mode);
513 * The above should either succeed and jump to the new kernel,
514 * or return with an error. Otherwise things are just
515 * undefined, so let's be paranoid.
519 dpm_resume_end(PMSG_RECOVER);
520 pm_restore_gfp_mask();
522 pm_restore_console();
527 * hibernation_platform_enter - Power off the system using the platform driver.
529 int hibernation_platform_enter(void)
533 if (!hibernation_ops)
537 * We have cancelled the power transition by running
538 * hibernation_ops->finish() before saving the image, so we should let
539 * the firmware know that we're going to enter the sleep state after all
541 error = hibernation_ops->begin();
545 entering_platform_hibernation = true;
547 error = dpm_suspend_start(PMSG_HIBERNATE);
549 if (hibernation_ops->recover)
550 hibernation_ops->recover();
554 error = dpm_suspend_end(PMSG_HIBERNATE);
558 error = hibernation_ops->prepare();
560 goto Platform_finish;
562 error = disable_nonboot_cpus();
568 if (pm_wakeup_pending()) {
573 hibernation_ops->enter();
574 /* We should never get here */
582 enable_nonboot_cpus();
585 hibernation_ops->finish();
587 dpm_resume_start(PMSG_RESTORE);
590 entering_platform_hibernation = false;
591 dpm_resume_end(PMSG_RESTORE);
595 hibernation_ops->end();
601 * power_down - Shut the machine down for hibernation.
603 * Use the platform driver, if configured, to put the system into the sleep
604 * state corresponding to hibernation, or try to power it off or reboot,
605 * depending on the value of hibernation_mode.
607 static void power_down(void)
609 #ifdef CONFIG_SUSPEND
613 switch (hibernation_mode) {
614 case HIBERNATION_REBOOT:
615 kernel_restart(NULL);
617 case HIBERNATION_PLATFORM:
618 hibernation_platform_enter();
619 case HIBERNATION_SHUTDOWN:
623 #ifdef CONFIG_SUSPEND
624 case HIBERNATION_SUSPEND:
625 error = suspend_devices_and_enter(PM_SUSPEND_MEM);
628 hibernation_mode = HIBERNATION_PLATFORM;
630 hibernation_mode = HIBERNATION_SHUTDOWN;
634 * Restore swap signature.
636 error = swsusp_unmark();
638 printk(KERN_ERR "PM: Swap will be unusable! "
645 * Valid image is on the disk, if we continue we risk serious data
646 * corruption after resume.
648 printk(KERN_CRIT "PM: Please power down manually\n");
653 static int load_image_and_restore(void)
658 pr_debug("PM: Loading hibernation image.\n");
660 lock_device_hotplug();
661 error = create_basic_memory_bitmaps();
665 error = swsusp_read(&flags);
666 swsusp_close(FMODE_READ);
668 hibernation_restore(flags & SF_PLATFORM_MODE);
670 printk(KERN_ERR "PM: Failed to load hibernation image, recovering.\n");
672 free_basic_memory_bitmaps();
674 unlock_device_hotplug();
680 * hibernate - Carry out system hibernation, including saving the image.
684 int error, nr_calls = 0;
685 bool snapshot_test = false;
687 if (!hibernation_available()) {
688 pr_debug("PM: Hibernation not available.\n");
693 /* The snapshot device should not be opened while we're running */
694 if (!atomic_add_unless(&snapshot_device_available, -1, 0)) {
699 pm_prepare_console();
700 error = __pm_notifier_call_chain(PM_HIBERNATION_PREPARE, -1, &nr_calls);
706 printk(KERN_INFO "PM: Syncing filesystems ... ");
710 error = freeze_processes();
714 lock_device_hotplug();
715 /* Allocate memory management structures */
716 error = create_basic_memory_bitmaps();
720 error = hibernation_snapshot(hibernation_mode == HIBERNATION_PLATFORM);
721 if (error || freezer_test_done)
725 unsigned int flags = 0;
727 if (hibernation_mode == HIBERNATION_PLATFORM)
728 flags |= SF_PLATFORM_MODE;
730 flags |= SF_NOCOMPRESS_MODE;
732 flags |= SF_CRC32_MODE;
734 pr_debug("PM: writing image.\n");
735 error = swsusp_write(flags);
738 if (hibernation_mode == HIBERNATION_TEST_RESUME)
739 snapshot_test = true;
744 pm_restore_gfp_mask();
746 pr_debug("PM: Image restored successfully.\n");
750 free_basic_memory_bitmaps();
752 unlock_device_hotplug();
754 pr_debug("PM: Checking hibernation image\n");
755 error = swsusp_check();
757 error = load_image_and_restore();
761 /* Don't bother checking whether freezer_test_done is true */
762 freezer_test_done = false;
764 __pm_notifier_call_chain(PM_POST_HIBERNATION, nr_calls, NULL);
765 pm_restore_console();
766 atomic_inc(&snapshot_device_available);
768 unlock_system_sleep();
774 * software_resume - Resume from a saved hibernation image.
776 * This routine is called as a late initcall, when all devices have been
777 * discovered and initialized already.
779 * The image reading code is called to see if there is a hibernation image
780 * available for reading. If that is the case, devices are quiesced and the
781 * contents of memory is restored from the saved image.
783 * If this is successful, control reappears in the restored target kernel in
784 * hibernation_snapshot() which returns to hibernate(). Otherwise, the routine
785 * attempts to recover gracefully and make the kernel return to the normal mode
788 static int software_resume(void)
790 int error, nr_calls = 0;
793 * If the user said "noresume".. bail out early.
795 if (noresume || !hibernation_available())
799 * name_to_dev_t() below takes a sysfs buffer mutex when sysfs
800 * is configured into the kernel. Since the regular hibernate
801 * trigger path is via sysfs which takes a buffer mutex before
802 * calling hibernate functions (which take pm_mutex) this can
803 * cause lockdep to complain about a possible ABBA deadlock
804 * which cannot happen since we're in the boot code here and
805 * sysfs can't be invoked yet. Therefore, we use a subclass
806 * here to avoid lockdep complaining.
808 mutex_lock_nested(&pm_mutex, SINGLE_DEPTH_NESTING);
810 if (swsusp_resume_device)
813 if (!strlen(resume_file)) {
818 pr_debug("PM: Checking hibernation image partition %s\n", resume_file);
821 printk(KERN_INFO "Waiting %dsec before reading resume device...\n",
823 ssleep(resume_delay);
826 /* Check if the device is there */
827 swsusp_resume_device = name_to_dev_t(resume_file);
830 * name_to_dev_t is ineffective to verify parition if resume_file is in
831 * integer format. (e.g. major:minor)
833 if (isdigit(resume_file[0]) && resume_wait) {
835 while (!get_gendisk(swsusp_resume_device, &partno))
839 if (!swsusp_resume_device) {
841 * Some device discovery might still be in progress; we need
842 * to wait for this to finish.
844 wait_for_device_probe();
847 while ((swsusp_resume_device = name_to_dev_t(resume_file)) == 0)
849 async_synchronize_full();
852 swsusp_resume_device = name_to_dev_t(resume_file);
853 if (!swsusp_resume_device) {
860 pr_debug("PM: Hibernation image partition %d:%d present\n",
861 MAJOR(swsusp_resume_device), MINOR(swsusp_resume_device));
863 pr_debug("PM: Looking for hibernation image.\n");
864 error = swsusp_check();
868 /* The snapshot device should not be opened while we're running */
869 if (!atomic_add_unless(&snapshot_device_available, -1, 0)) {
871 swsusp_close(FMODE_READ);
875 pm_prepare_console();
876 error = __pm_notifier_call_chain(PM_RESTORE_PREPARE, -1, &nr_calls);
882 pr_debug("PM: Preparing processes for restore.\n");
883 error = freeze_processes();
886 error = load_image_and_restore();
889 __pm_notifier_call_chain(PM_POST_RESTORE, nr_calls, NULL);
890 pm_restore_console();
891 atomic_inc(&snapshot_device_available);
892 /* For success case, the suspend path will release the lock */
894 mutex_unlock(&pm_mutex);
895 pr_debug("PM: Hibernation image not present or could not be loaded.\n");
898 swsusp_close(FMODE_READ);
902 late_initcall_sync(software_resume);
905 static const char * const hibernation_modes[] = {
906 [HIBERNATION_PLATFORM] = "platform",
907 [HIBERNATION_SHUTDOWN] = "shutdown",
908 [HIBERNATION_REBOOT] = "reboot",
909 #ifdef CONFIG_SUSPEND
910 [HIBERNATION_SUSPEND] = "suspend",
912 [HIBERNATION_TEST_RESUME] = "test_resume",
916 * /sys/power/disk - Control hibernation mode.
918 * Hibernation can be handled in several ways. There are a few different ways
919 * to put the system into the sleep state: using the platform driver (e.g. ACPI
920 * or other hibernation_ops), powering it off or rebooting it (for testing
923 * The sysfs file /sys/power/disk provides an interface for selecting the
924 * hibernation mode to use. Reading from this file causes the available modes
925 * to be printed. There are 3 modes that can be supported:
931 * If a platform hibernation driver is in use, 'platform' will be supported
932 * and will be used by default. Otherwise, 'shutdown' will be used by default.
933 * The selected option (i.e. the one corresponding to the current value of
934 * hibernation_mode) is enclosed by a square bracket.
936 * To select a given hibernation mode it is necessary to write the mode's
937 * string representation (as returned by reading from /sys/power/disk) back
938 * into /sys/power/disk.
941 static ssize_t disk_show(struct kobject *kobj, struct kobj_attribute *attr,
947 if (!hibernation_available())
948 return sprintf(buf, "[disabled]\n");
950 for (i = HIBERNATION_FIRST; i <= HIBERNATION_MAX; i++) {
951 if (!hibernation_modes[i])
954 case HIBERNATION_SHUTDOWN:
955 case HIBERNATION_REBOOT:
956 #ifdef CONFIG_SUSPEND
957 case HIBERNATION_SUSPEND:
959 case HIBERNATION_TEST_RESUME:
961 case HIBERNATION_PLATFORM:
964 /* not a valid mode, continue with loop */
967 if (i == hibernation_mode)
968 buf += sprintf(buf, "[%s] ", hibernation_modes[i]);
970 buf += sprintf(buf, "%s ", hibernation_modes[i]);
972 buf += sprintf(buf, "\n");
976 static ssize_t disk_store(struct kobject *kobj, struct kobj_attribute *attr,
977 const char *buf, size_t n)
983 int mode = HIBERNATION_INVALID;
985 if (!hibernation_available())
988 p = memchr(buf, '\n', n);
989 len = p ? p - buf : n;
992 for (i = HIBERNATION_FIRST; i <= HIBERNATION_MAX; i++) {
993 if (len == strlen(hibernation_modes[i])
994 && !strncmp(buf, hibernation_modes[i], len)) {
999 if (mode != HIBERNATION_INVALID) {
1001 case HIBERNATION_SHUTDOWN:
1002 case HIBERNATION_REBOOT:
1003 #ifdef CONFIG_SUSPEND
1004 case HIBERNATION_SUSPEND:
1006 case HIBERNATION_TEST_RESUME:
1007 hibernation_mode = mode;
1009 case HIBERNATION_PLATFORM:
1010 if (hibernation_ops)
1011 hibernation_mode = mode;
1019 pr_debug("PM: Hibernation mode set to '%s'\n",
1020 hibernation_modes[mode]);
1021 unlock_system_sleep();
1022 return error ? error : n;
1027 static ssize_t resume_show(struct kobject *kobj, struct kobj_attribute *attr,
1030 return sprintf(buf,"%d:%d\n", MAJOR(swsusp_resume_device),
1031 MINOR(swsusp_resume_device));
1034 static ssize_t resume_store(struct kobject *kobj, struct kobj_attribute *attr,
1035 const char *buf, size_t n)
1041 if (len && buf[len-1] == '\n')
1043 name = kstrndup(buf, len, GFP_KERNEL);
1047 res = name_to_dev_t(name);
1052 lock_system_sleep();
1053 swsusp_resume_device = res;
1054 unlock_system_sleep();
1055 printk(KERN_INFO "PM: Starting manual resume from disk\n");
1063 static ssize_t image_size_show(struct kobject *kobj, struct kobj_attribute *attr,
1066 return sprintf(buf, "%lu\n", image_size);
1069 static ssize_t image_size_store(struct kobject *kobj, struct kobj_attribute *attr,
1070 const char *buf, size_t n)
1074 if (sscanf(buf, "%lu", &size) == 1) {
1082 power_attr(image_size);
1084 static ssize_t reserved_size_show(struct kobject *kobj,
1085 struct kobj_attribute *attr, char *buf)
1087 return sprintf(buf, "%lu\n", reserved_size);
1090 static ssize_t reserved_size_store(struct kobject *kobj,
1091 struct kobj_attribute *attr,
1092 const char *buf, size_t n)
1096 if (sscanf(buf, "%lu", &size) == 1) {
1097 reserved_size = size;
1104 power_attr(reserved_size);
1106 static struct attribute * g[] = {
1109 &image_size_attr.attr,
1110 &reserved_size_attr.attr,
1115 static struct attribute_group attr_group = {
1120 static int __init pm_disk_init(void)
1122 return sysfs_create_group(power_kobj, &attr_group);
1125 core_initcall(pm_disk_init);
1128 static int __init resume_setup(char *str)
1133 strncpy( resume_file, str, 255 );
1137 static int __init resume_offset_setup(char *str)
1139 unsigned long long offset;
1144 if (sscanf(str, "%llu", &offset) == 1)
1145 swsusp_resume_block = offset;
1150 static int __init hibernate_setup(char *str)
1152 if (!strncmp(str, "noresume", 8)) {
1154 } else if (!strncmp(str, "nocompress", 10)) {
1156 } else if (!strncmp(str, "no", 2)) {
1159 } else if (IS_ENABLED(CONFIG_DEBUG_RODATA)
1160 && !strncmp(str, "protect_image", 13)) {
1161 enable_restore_image_protection();
1166 static int __init noresume_setup(char *str)
1172 static int __init resumewait_setup(char *str)
1178 static int __init resumedelay_setup(char *str)
1180 int rc = kstrtouint(str, 0, &resume_delay);
1187 static int __init nohibernate_setup(char *str)
1194 __setup("noresume", noresume_setup);
1195 __setup("resume_offset=", resume_offset_setup);
1196 __setup("resume=", resume_setup);
1197 __setup("hibernate=", hibernate_setup);
1198 __setup("resumewait", resumewait_setup);
1199 __setup("resumedelay=", resumedelay_setup);
1200 __setup("nohibernate", nohibernate_setup);