Searched refs:snapshot_handle (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/kernel/power/ |
| H A D | power.h | 133 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 int snapshot_write_finalize(struct snapshot_handle *handle); 157 extern int snapshot_image_loaded(struct snapshot_handle *handle);
|
| H A D | user.c | 32 struct snapshot_handle handle; 71 memset(&data->handle, 0, sizeof(struct snapshot_handle)); in snapshot_open() 333 memset(&data->handle, 0, sizeof(struct snapshot_handle)); in snapshot_ioctl()
|
| H A D | swap.c | 549 struct snapshot_handle *snapshot, in save_image() 696 struct snapshot_handle *snapshot, in save_compressed_image() 953 struct snapshot_handle snapshot; in swsusp_write() 971 memset(&snapshot, 0, sizeof(struct snapshot_handle)); in swsusp_write() 1099 struct snapshot_handle *snapshot, in load_image() 1212 struct snapshot_handle *snapshot, in load_compressed_image() 1550 struct snapshot_handle snapshot; in swsusp_read() 1553 memset(&snapshot, 0, sizeof(struct snapshot_handle)); in swsusp_read()
|
| H A D | snapshot.c | 2238 int snapshot_read_next(struct snapshot_handle *handle) in snapshot_read_next() 2772 int snapshot_write_next(struct snapshot_handle *handle) in snapshot_write_next() 2857 int snapshot_write_finalize(struct snapshot_handle *handle) in snapshot_write_finalize() 2871 int snapshot_image_loaded(struct snapshot_handle *handle) in snapshot_image_loaded()
|