Searched defs:handle (Results 1 – 8 of 8) sorted by relevance
| /kernel/events/ |
| D | ring_buffer.c | 20 static void perf_output_wakeup(struct perf_output_handle *handle) in perf_output_wakeup() 36 static void perf_output_get_handle(struct perf_output_handle *handle) in perf_output_get_handle() 45 static void perf_output_put_handle(struct perf_output_handle *handle) in perf_output_put_handle() 117 __perf_output_begin(struct perf_output_handle *handle, in __perf_output_begin() 233 int perf_output_begin_forward(struct perf_output_handle *handle, in perf_output_begin_forward() 239 int perf_output_begin_backward(struct perf_output_handle *handle, in perf_output_begin_backward() 245 int perf_output_begin(struct perf_output_handle *handle, in perf_output_begin() 253 unsigned int perf_output_copy(struct perf_output_handle *handle, in perf_output_copy() 259 unsigned int perf_output_skip(struct perf_output_handle *handle, in perf_output_skip() 265 void perf_output_end(struct perf_output_handle *handle) in perf_output_end() [all …]
|
| D | core.c | 5454 perf_output_sample_regs(struct perf_output_handle *handle, in perf_output_sample_regs() 5549 perf_output_sample_ustack(struct perf_output_handle *handle, u64 dump_size, in perf_output_sample_ustack() 5625 static void __perf_event__output_id_sample(struct perf_output_handle *handle, in __perf_event__output_id_sample() 5650 struct perf_output_handle *handle, in perf_event__output_id_sample() 5657 static void perf_output_read_one(struct perf_output_handle *handle, in perf_output_read_one() 5680 static void perf_output_read_group(struct perf_output_handle *handle, in perf_output_read_group() 5731 static void perf_output_read(struct perf_output_handle *handle, in perf_output_read() 5755 void perf_output_sample(struct perf_output_handle *handle, in perf_output_sample() 6053 struct perf_output_handle handle; in __perf_event_output() local 6111 struct perf_output_handle handle; in perf_event_read_event() local [all …]
|
| D | internal.h | 160 __output_custom(struct perf_output_handle *handle, perf_copy_f copy_func, in __output_custom()
|
| /kernel/power/ |
| D | swap.c | 306 static int mark_swapfiles(struct swap_map_handle *handle, unsigned int flags) in mark_swapfiles() 403 static void release_swap_writer(struct swap_map_handle *handle) in release_swap_writer() 410 static int get_swap_writer(struct swap_map_handle *handle) in get_swap_writer() 442 static int swap_write_page(struct swap_map_handle *handle, void *buf, in swap_write_page() 482 static int flush_swap_writer(struct swap_map_handle *handle) in flush_swap_writer() 490 static int swap_writer_finish(struct swap_map_handle *handle, in swap_writer_finish() 532 static int save_image(struct swap_map_handle *handle, in save_image() 668 static int save_image_lzo(struct swap_map_handle *handle, in save_image_lzo() 910 struct swap_map_handle handle; in swsusp_write() local 954 static void release_swap_reader(struct swap_map_handle *handle) in release_swap_reader() [all …]
|
| D | user.c | 36 struct snapshot_handle handle; member
|
| D | power.h | 152 #define data_of(handle) ((handle).buffer) argument
|
| D | snapshot.c | 2080 int snapshot_read_next(struct snapshot_handle *handle) in snapshot_read_next() 2576 int snapshot_write_next(struct snapshot_handle *handle) in snapshot_write_next() 2654 void snapshot_write_finalize(struct snapshot_handle *handle) in snapshot_write_finalize() 2668 int snapshot_image_loaded(struct snapshot_handle *handle) in snapshot_image_loaded()
|
| /kernel/irq/ |
| D | chip.c | 786 __irq_do_set_handler(struct irq_desc *desc, irq_flow_handler_t handle, in __irq_do_set_handler() 856 __irq_set_handler(unsigned int irq, irq_flow_handler_t handle, int is_chained, in __irq_set_handler() 871 irq_set_chained_handler_and_data(unsigned int irq, irq_flow_handler_t handle, in irq_set_chained_handler_and_data() 889 irq_flow_handler_t handle, const char *name) in irq_set_chip_and_handler_name()
|