Home
last modified time | relevance | path

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

/kernel/power/
Dpower.h6 struct swsusp_info { struct
24 static inline int init_header_complete(struct swsusp_info *info) in init_header_complete() argument
29 static inline char *check_image_kernel(struct swsusp_info *info) in check_image_kernel()
Dswap.c386 struct swsusp_info *header; in swsusp_write()
403 header = (struct swsusp_info *)data_of(snapshot); in swsusp_write()
558 struct swsusp_info *header; in swsusp_read()
570 header = (struct swsusp_info *)data_of(snapshot); in swsusp_read()
Dsnapshot.c1256 static int init_header_complete(struct swsusp_info *info) in init_header_complete()
1263 static char *check_image_kernel(struct swsusp_info *info) in check_image_kernel()
1284 static int init_header(struct swsusp_info *info) in init_header()
1286 memset(info, 0, sizeof(struct swsusp_info)); in init_header()
1348 error = init_header((struct swsusp_info *)buffer); in snapshot_read_next()
1441 static int check_header(struct swsusp_info *info) in check_header()
1460 load_header(struct swsusp_info *info) in load_header()