Home
last modified time | relevance | path

Searched refs:resume_file (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/power/
H A Dhibernate.c45 static char resume_file[256] = CONFIG_PM_STD_PARTITION; variable
909 if (!strlen(resume_file)) in find_resume_device()
912 pm_pr_dbg("Checking hibernation image partition %s\n", resume_file); in find_resume_device()
921 if (!early_lookup_bdev(resume_file, &swsusp_resume_device)) in find_resume_device()
930 while (early_lookup_bdev(resume_file, &swsusp_resume_device)) in find_resume_device()
935 return early_lookup_bdev(resume_file, &swsusp_resume_device); in find_resume_device()
1306 strncpy(resume_file, str, 255); in resume_setup()