Home
last modified time | relevance | path

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

/linux/kernel/power/
A 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);
A 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()
A Dswap.c539 struct snapshot_handle *snapshot, in save_image()
676 struct snapshot_handle *snapshot, in save_image_lzo()
911 struct snapshot_handle snapshot; in swsusp_write()
929 memset(&snapshot, 0, sizeof(struct snapshot_handle)); in swsusp_write()
1057 struct snapshot_handle *snapshot, in load_image()
1163 struct snapshot_handle *snapshot, in load_image_lzo()
1484 struct snapshot_handle snapshot; in swsusp_read()
1487 memset(&snapshot, 0, sizeof(struct snapshot_handle)); in swsusp_read()
A Dsnapshot.c2135 int snapshot_read_next(struct snapshot_handle *handle) in snapshot_read_next()
2628 int snapshot_write_next(struct snapshot_handle *handle) in snapshot_write_next()
2699 void snapshot_write_finalize(struct snapshot_handle *handle) in snapshot_write_finalize()
2710 int snapshot_image_loaded(struct snapshot_handle *handle) in snapshot_image_loaded()

Completed in 15 milliseconds