Searched refs:swsusp_resume_block (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/kernel/power/ |
D | hibernate.c | 46 sector_t swsusp_resume_block; variable 1082 return sprintf(buf, "%llu\n", (unsigned long long)swsusp_resume_block); in resume_offset_show() 1095 swsusp_resume_block = offset; in resume_offset_store() 1185 swsusp_resume_block = offset; in resume_offset_setup()
|
D | swap.c | 309 hib_submit_io(REQ_OP_READ, 0, swsusp_resume_block, in mark_swapfiles() 320 swsusp_resume_block, swsusp_header, NULL); in mark_swapfiles() 338 res = swap_type_of(swsusp_resume_device, swsusp_resume_block, in swsusp_swap_check() 1519 swsusp_resume_block, in swsusp_check() 1528 swsusp_resume_block, in swsusp_check() 1572 hib_submit_io(REQ_OP_READ, 0, swsusp_resume_block, in swsusp_unmark() 1577 swsusp_resume_block, in swsusp_unmark()
|
D | power.h | 103 extern sector_t swsusp_resume_block;
|