Searched refs:snapshot_handle (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/kernel/power/ |
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 extern void snapshot_write_finalize(struct snapshot_handle *handle); 157 extern int snapshot_image_loaded(struct snapshot_handle *handle);
|
A D | user.c | 32 struct snapshot_handle handle; 71 memset(&data->handle, 0, sizeof(struct snapshot_handle)); in snapshot_open() 331 memset(&data->handle, 0, sizeof(struct snapshot_handle)); in snapshot_ioctl()
|
A D | swap.c | 541 struct snapshot_handle *snapshot, in save_image() 678 struct snapshot_handle *snapshot, in save_image_lzo() 913 struct snapshot_handle snapshot; in swsusp_write() 931 memset(&snapshot, 0, sizeof(struct snapshot_handle)); in swsusp_write() 1059 struct snapshot_handle *snapshot, in load_image() 1165 struct snapshot_handle *snapshot, in load_image_lzo() 1486 struct snapshot_handle snapshot; in swsusp_read() 1489 memset(&snapshot, 0, sizeof(struct snapshot_handle)); in swsusp_read()
|
A D | snapshot.c | 2132 int snapshot_read_next(struct snapshot_handle *handle) in snapshot_read_next() 2629 int snapshot_write_next(struct snapshot_handle *handle) in snapshot_write_next() 2700 void snapshot_write_finalize(struct snapshot_handle *handle) in snapshot_write_finalize() 2711 int snapshot_image_loaded(struct snapshot_handle *handle) in snapshot_image_loaded()
|
Completed in 12 milliseconds