Home
last modified time | relevance | path

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

/linux/kernel/power/
H A Dhibernate.c46 static char resume_file[256] = CONFIG_PM_STD_PARTITION; variable
986 if (!strlen(resume_file)) in find_resume_device()
989 pm_pr_dbg("Checking hibernation image partition %s\n", resume_file); in find_resume_device()
998 if (!early_lookup_bdev(resume_file, &swsusp_resume_device)) in find_resume_device()
1007 while (early_lookup_bdev(resume_file, &swsusp_resume_device)) in find_resume_device()
1012 return early_lookup_bdev(resume_file, &swsusp_resume_device); in find_resume_device()
1409 strscpy(resume_file, str); in resume_setup()