Home
last modified time | relevance | path

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

/linux-6.15/kernel/power/
H A Dswap.c106 struct swsusp_header { struct
117 static struct swsusp_header *swsusp_header; argument
322 memcpy(swsusp_header->orig_sig,swsusp_header->sig, 10); in mark_swapfiles()
1594 swsusp_header, NULL); in swsusp_check()
1599 memcpy(swsusp_header->sig, swsusp_header->orig_sig, 10); in swsusp_check()
1604 swsusp_header, NULL); in swsusp_check()
1654 swsusp_header, NULL); in swsusp_unmark()
1656 memcpy(swsusp_header->sig,swsusp_header->orig_sig, 10); in swsusp_unmark()
1659 swsusp_header, NULL); in swsusp_unmark()
1676 swsusp_header = (struct swsusp_header*) __get_free_page(GFP_KERNEL); in swsusp_header_init()
[all …]