Home
last modified time | relevance | path

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

/linux-6.15/kernel/power/
H A Dhibernate.c46 static char resume_file[256] = CONFIG_PM_STD_PARTITION; variable
960 if (!strlen(resume_file)) in find_resume_device()
963 pm_pr_dbg("Checking hibernation image partition %s\n", resume_file); in find_resume_device()
972 if (!early_lookup_bdev(resume_file, &swsusp_resume_device)) in find_resume_device()
981 while (early_lookup_bdev(resume_file, &swsusp_resume_device)) in find_resume_device()
986 return early_lookup_bdev(resume_file, &swsusp_resume_device); in find_resume_device()
1377 strscpy(resume_file, str); in resume_setup()