Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/power/
A Dhibernate.c45 dev_t swsusp_resume_device; variable
943 if (swsusp_resume_device) in software_resume()
960 swsusp_resume_device = name_to_dev_t(resume_file); in software_resume()
961 if (!swsusp_resume_device) { in software_resume()
974 swsusp_resume_device = name_to_dev_t(resume_file); in software_resume()
975 if (!swsusp_resume_device) { in software_resume()
983 MAJOR(swsusp_resume_device), MINOR(swsusp_resume_device)); in software_resume()
1161 return sprintf(buf, "%d:%d\n", MAJOR(swsusp_resume_device), in resume_show()
1162 MINOR(swsusp_resume_device)); in resume_show()
1185 swsusp_resume_device = res; in resume_store()
[all …]
A Dpower.h104 extern dev_t swsusp_resume_device;
A Dswap.c351 if (swsusp_resume_device) in swsusp_swap_check()
352 res = swap_type_of(swsusp_resume_device, swsusp_resume_block); in swsusp_swap_check()
354 res = find_first_swap(&swsusp_resume_device); in swsusp_swap_check()
359 hib_resume_bdev = blkdev_get_by_dev(swsusp_resume_device, FMODE_WRITE, in swsusp_swap_check()
1522 hib_resume_bdev = blkdev_get_by_dev(swsusp_resume_device, in swsusp_check()
A Duser.c74 data->swap = swap_type_of(swsusp_resume_device, 0); in snapshot_open()

Completed in 9 milliseconds