Home
last modified time | relevance | path

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

/openbmc/linux/kernel/power/
H A Dswap.c319 hib_submit_io(REQ_OP_READ, swsusp_resume_block, swsusp_header, NULL); in mark_swapfiles()
333 swsusp_resume_block, swsusp_header, NULL); in mark_swapfiles()
352 res = swap_type_of(swsusp_resume_device, swsusp_resume_block); in swsusp_swap_check()
1530 error = hib_submit_io(REQ_OP_READ, swsusp_resume_block, in swsusp_check()
1539 swsusp_resume_block, in swsusp_check()
1590 hib_submit_io(REQ_OP_READ, swsusp_resume_block, in swsusp_unmark()
1595 swsusp_resume_block, in swsusp_unmark()
H A Dhibernate.c47 sector_t swsusp_resume_block; variable
1215 return sprintf(buf, "%llu\n", (unsigned long long)swsusp_resume_block); in resume_offset_show()
1228 swsusp_resume_block = offset; in resume_offset_store()
1318 swsusp_resume_block = offset; in resume_offset_setup()
H A Dpower.h100 extern sector_t swsusp_resume_block;