Home
last modified time | relevance | path

Searched refs:data_of (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/kernel/power/
H A Duser.c158 data_of(data->handle), res); in snapshot_read()
193 if (!data_of(data->handle)) { in snapshot_write()
198 res = simple_write_to_buffer(data_of(data->handle), res, &pg_offp, in snapshot_write()
H A Dswap.c573 ret = swap_write_page(handle, data_of(*snapshot), &hb); in save_image()
822 data_of(*snapshot), PAGE_SIZE); in save_compressed_image()
979 header = (struct swsusp_info *)data_of(snapshot); in swsusp_write()
1123 ret = swap_read_page(handle, data_of(*snapshot), &hb); in load_image()
1473 memcpy(data_of(*snapshot), in load_compressed_image()
1557 header = (struct swsusp_info *)data_of(snapshot); in swsusp_read()
H A Dpower.h150 #define data_of(handle) ((handle).buffer) macro