Home
last modified time | relevance | path

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

/linux/kernel/power/
A Dswap.c105 struct swsusp_header { struct
116 static struct swsusp_header *swsusp_header; argument
321 memcpy(swsusp_header->orig_sig,swsusp_header->sig, 10); in mark_swapfiles()
1574 swsusp_header, NULL); in swsusp_check()
1579 memcpy(swsusp_header->sig, swsusp_header->orig_sig, 10); in swsusp_check()
1584 swsusp_header, NULL); in swsusp_check()
1634 swsusp_header, NULL); in swsusp_unmark()
1636 memcpy(swsusp_header->sig,swsusp_header->orig_sig, 10); in swsusp_unmark()
1639 swsusp_header, NULL); in swsusp_unmark()
1656 swsusp_header = (struct swsusp_header*) __get_free_page(GFP_KERNEL); in swsusp_header_init()
[all …]

Completed in 6 milliseconds