Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/power/
Dpower.h131 struct snapshot_handle { struct
152 extern int snapshot_read_next(struct snapshot_handle *handle); argument
153 extern int snapshot_write_next(struct snapshot_handle *handle);
154 extern void snapshot_write_finalize(struct snapshot_handle *handle);
155 extern int snapshot_image_loaded(struct snapshot_handle *handle);
Duser.c31 struct snapshot_handle handle;
69 memset(&data->handle, 0, sizeof(struct snapshot_handle)); in snapshot_open()
316 memset(&data->handle, 0, sizeof(struct snapshot_handle)); in snapshot_ioctl()
Dswap.c539 struct snapshot_handle *snapshot, in save_image()
676 struct snapshot_handle *snapshot, in save_image_lzo()
914 struct snapshot_handle snapshot; in swsusp_write()
932 memset(&snapshot, 0, sizeof(struct snapshot_handle)); in swsusp_write()
1060 struct snapshot_handle *snapshot, in load_image()
1166 struct snapshot_handle *snapshot, in load_image_lzo()
1490 struct snapshot_handle snapshot; in swsusp_read()
1493 memset(&snapshot, 0, sizeof(struct snapshot_handle)); in swsusp_read()
Dsnapshot.c2093 int snapshot_read_next(struct snapshot_handle *handle) in snapshot_read_next()
2586 int snapshot_write_next(struct snapshot_handle *handle) in snapshot_write_next()
2657 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()