Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/power/
A Dpower.h10 struct swsusp_info { struct
32 static inline int init_header_complete(struct swsusp_info *info) in init_header_complete() argument
37 static inline const char *check_image_kernel(struct swsusp_info *info) in check_image_kernel()
A Dsnapshot.c2058 static int init_header_complete(struct swsusp_info *info) in init_header_complete()
2065 static const char *check_image_kernel(struct swsusp_info *info) in check_image_kernel()
2086 static int init_header(struct swsusp_info *info) in init_header()
2088 memset(info, 0, sizeof(struct swsusp_info)); in init_header()
2146 error = init_header((struct swsusp_info *)buffer); in snapshot_read_next()
2216 static int check_header(struct swsusp_info *info) in check_header()
2233 static int load_header(struct swsusp_info *info) in load_header()
A Dswap.c914 struct swsusp_info *header; in swsusp_write()
939 header = (struct swsusp_info *)data_of(snapshot); in swsusp_write()
1487 struct swsusp_info *header; in swsusp_read()
1493 header = (struct swsusp_info *)data_of(snapshot); in swsusp_read()

Completed in 11 milliseconds