Home
last modified time | relevance | path

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

/linux/kernel/power/
H A Dswap.c306 hib_submit_io_sync(REQ_OP_READ, swsusp_resume_block, swsusp_header); in mark_swapfiles()
320 swsusp_resume_block, swsusp_header); in mark_swapfiles()
344 res = swap_type_of(swsusp_resume_device, swsusp_resume_block); in swsusp_swap_check()
1575 error = hib_submit_io_sync(REQ_OP_READ, swsusp_resume_block, in swsusp_check()
1585 swsusp_resume_block, in swsusp_check()
1635 hib_submit_io_sync(REQ_OP_READ, swsusp_resume_block, swsusp_header); in swsusp_unmark()
1639 swsusp_resume_block, in swsusp_unmark()
H A Dhibernate.c48 sector_t swsusp_resume_block; variable
1344 return sysfs_emit(buf, "%llu\n", (unsigned long long)swsusp_resume_block); in resume_offset_show()
1357 swsusp_resume_block = offset; in resume_offset_store()
1447 swsusp_resume_block = offset; in resume_offset_setup()