Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/power/
Dhibernate.c45 static char resume_file[256] = CONFIG_PM_STD_PARTITION; variable
951 if (!strlen(resume_file)) in find_resume_device()
954 pm_pr_dbg("Checking hibernation image partition %s\n", resume_file); in find_resume_device()
963 if (!early_lookup_bdev(resume_file, &swsusp_resume_device)) in find_resume_device()
972 while (early_lookup_bdev(resume_file, &swsusp_resume_device)) in find_resume_device()
977 return early_lookup_bdev(resume_file, &swsusp_resume_device); in find_resume_device()
1368 strscpy(resume_file, str); in resume_setup()