Searched refs:swsusp_header (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/kernel/power/ |
A D | swap.c | 106 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() 1528 swsusp_header, NULL); in swsusp_check() 1533 memcpy(swsusp_header->sig, swsusp_header->orig_sig, 10); in swsusp_check() 1537 swsusp_header, NULL); in swsusp_check() 1587 swsusp_header, NULL); in swsusp_unmark() 1589 memcpy(swsusp_header->sig,swsusp_header->orig_sig, 10); in swsusp_unmark() 1592 swsusp_header, NULL); in swsusp_unmark() 1609 swsusp_header = (struct swsusp_header*) __get_free_page(GFP_KERNEL); in swsusp_header_init() [all …]
|
Completed in 6 milliseconds