Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/power/
Dswap.c298 hib_submit_io(READ_SYNC, swsusp_resume_block, swsusp_header, NULL); in mark_swapfiles()
307 error = hib_submit_io(WRITE_SYNC, swsusp_resume_block, in mark_swapfiles()
326 res = swap_type_of(swsusp_resume_device, swsusp_resume_block, in swsusp_swap_check()
1510 error = hib_submit_io(READ_SYNC, swsusp_resume_block, in swsusp_check()
1518 error = hib_submit_io(WRITE_SYNC, swsusp_resume_block, in swsusp_check()
1562 hib_submit_io(READ_SYNC, swsusp_resume_block, swsusp_header, NULL); in swsusp_unmark()
1565 error = hib_submit_io(WRITE_SYNC, swsusp_resume_block, in swsusp_unmark()
Dpower.h86 extern sector_t swsusp_resume_block;
Dhibernate.c44 sector_t swsusp_resume_block; variable
1111 swsusp_resume_block = offset; in resume_offset_setup()