Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 5 of 5) sorted by relevance

/kernel/power/
Dswap.c249 static void release_swap_writer(struct swap_map_handle *handle) in release_swap_writer()
256 static int get_swap_writer(struct swap_map_handle *handle) in get_swap_writer()
270 static int swap_write_page(struct swap_map_handle *handle, void *buf, in swap_write_page()
302 static int flush_swap_writer(struct swap_map_handle *handle) in flush_swap_writer()
314 static int save_image(struct swap_map_handle *handle, in save_image()
384 struct swap_map_handle handle; in swsusp_write() local
439 static void release_swap_reader(struct swap_map_handle *handle) in release_swap_reader()
446 static int get_swap_reader(struct swap_map_handle *handle, sector_t start) in get_swap_reader()
466 static int swap_read_page(struct swap_map_handle *handle, void *buf, in swap_read_page()
498 static int load_image(struct swap_map_handle *handle, in load_image()
[all …]
Duser.c58 struct snapshot_handle handle; member
Dpower.h128 #define data_of(handle) ((handle).buffer + (handle).buf_offset) argument
Dsnapshot.c1334 int snapshot_read_next(struct snapshot_handle *handle, size_t count) in snapshot_read_next()
1863 int snapshot_write_next(struct snapshot_handle *handle, size_t count) in snapshot_write_next()
1941 void snapshot_write_finalize(struct snapshot_handle *handle) in snapshot_write_finalize()
1951 int snapshot_image_loaded(struct snapshot_handle *handle) in snapshot_image_loaded()
/kernel/irq/
Dchip.c548 __set_irq_handler(unsigned int irq, irq_flow_handler_t handle, int is_chained, in __set_irq_handler()
601 irq_flow_handler_t handle) in set_irq_chip_and_handler()
609 irq_flow_handler_t handle, const char *name) in set_irq_chip_and_handler_name()