Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/power/
Dswap.c318 hib_submit_io(REQ_OP_READ, swsusp_resume_block, swsusp_header, NULL); in mark_swapfiles()
332 swsusp_resume_block, swsusp_header, NULL); in mark_swapfiles()
358 res = swap_type_of(swsusp_resume_device, swsusp_resume_block); in swsusp_swap_check()
1573 error = hib_submit_io(REQ_OP_READ, swsusp_resume_block, in swsusp_check()
1583 swsusp_resume_block, in swsusp_check()
1633 hib_submit_io(REQ_OP_READ, swsusp_resume_block, in swsusp_unmark()
1638 swsusp_resume_block, in swsusp_unmark()
Dhibernate.c47 sector_t swsusp_resume_block; variable
1277 return sysfs_emit(buf, "%llu\n", (unsigned long long)swsusp_resume_block); in resume_offset_show()
1290 swsusp_resume_block = offset; in resume_offset_store()
1380 swsusp_resume_block = offset; in resume_offset_setup()
Dpower.h105 extern sector_t swsusp_resume_block;