Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/power/
Dpower.h133 struct snapshot_handle { struct
154 extern int snapshot_read_next(struct snapshot_handle *handle); argument
155 extern int snapshot_write_next(struct snapshot_handle *handle);
156 extern void snapshot_write_finalize(struct snapshot_handle *handle);
157 extern int snapshot_image_loaded(struct snapshot_handle *handle);
Duser.c36 struct snapshot_handle handle;
70 memset(&data->handle, 0, sizeof(struct snapshot_handle)); in snapshot_open()
283 memset(&data->handle, 0, sizeof(struct snapshot_handle)); in snapshot_ioctl()
Dswap.c533 struct snapshot_handle *snapshot, in save_image()
669 struct snapshot_handle *snapshot, in save_image_lzo()
906 struct snapshot_handle snapshot; in swsusp_write()
924 memset(&snapshot, 0, sizeof(struct snapshot_handle)); in swsusp_write()
1053 struct snapshot_handle *snapshot, in load_image()
1158 struct snapshot_handle *snapshot, in load_image_lzo()
1481 struct snapshot_handle snapshot; in swsusp_read()
1484 memset(&snapshot, 0, sizeof(struct snapshot_handle)); in swsusp_read()
Dsnapshot.c2080 int snapshot_read_next(struct snapshot_handle *handle) in snapshot_read_next()
2576 int snapshot_write_next(struct snapshot_handle *handle) in snapshot_write_next()
2654 void snapshot_write_finalize(struct snapshot_handle *handle) in snapshot_write_finalize()
2668 int snapshot_image_loaded(struct snapshot_handle *handle) in snapshot_image_loaded()