Home
last modified time | relevance | path

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

/kernel/events/
Dring_buffer.c21 static void perf_output_wakeup(struct perf_output_handle *handle) in perf_output_wakeup()
37 static void perf_output_get_handle(struct perf_output_handle *handle) in perf_output_get_handle()
46 static void perf_output_put_handle(struct perf_output_handle *handle) in perf_output_put_handle()
143 __perf_output_begin(struct perf_output_handle *handle, in __perf_output_begin()
259 int perf_output_begin_forward(struct perf_output_handle *handle, in perf_output_begin_forward()
265 int perf_output_begin_backward(struct perf_output_handle *handle, in perf_output_begin_backward()
271 int perf_output_begin(struct perf_output_handle *handle, in perf_output_begin()
279 unsigned int perf_output_copy(struct perf_output_handle *handle, in perf_output_copy()
285 unsigned int perf_output_skip(struct perf_output_handle *handle, in perf_output_skip()
291 void perf_output_end(struct perf_output_handle *handle) in perf_output_end()
[all …]
Dcore.c5627 perf_output_sample_regs(struct perf_output_handle *handle, in perf_output_sample_regs()
5722 perf_output_sample_ustack(struct perf_output_handle *handle, u64 dump_size, in perf_output_sample_ustack()
5802 static void __perf_event__output_id_sample(struct perf_output_handle *handle, in __perf_event__output_id_sample()
5827 struct perf_output_handle *handle, in perf_event__output_id_sample()
5834 static void perf_output_read_one(struct perf_output_handle *handle, in perf_output_read_one()
5857 static void perf_output_read_group(struct perf_output_handle *handle, in perf_output_read_group()
5909 static void perf_output_read(struct perf_output_handle *handle, in perf_output_read()
5933 void perf_output_sample(struct perf_output_handle *handle, in perf_output_sample()
6269 struct perf_output_handle handle; in __perf_event_output() local
6327 struct perf_output_handle handle; in perf_event_read_event() local
[all …]
Dinternal.h161 __output_custom(struct perf_output_handle *handle, perf_copy_f copy_func, in __output_custom()
/kernel/power/
Dswap.c305 static int mark_swapfiles(struct swap_map_handle *handle, unsigned int flags) in mark_swapfiles()
402 static void release_swap_writer(struct swap_map_handle *handle) in release_swap_writer()
409 static int get_swap_writer(struct swap_map_handle *handle) in get_swap_writer()
441 static int swap_write_page(struct swap_map_handle *handle, void *buf, in swap_write_page()
481 static int flush_swap_writer(struct swap_map_handle *handle) in flush_swap_writer()
489 static int swap_writer_finish(struct swap_map_handle *handle, in swap_writer_finish()
531 static int save_image(struct swap_map_handle *handle, in save_image()
667 static int save_image_lzo(struct swap_map_handle *handle, in save_image_lzo()
909 struct swap_map_handle handle; in swsusp_write() local
953 static void release_swap_reader(struct swap_map_handle *handle) in release_swap_reader()
[all …]
Duser.c36 struct snapshot_handle handle; member
Dpower.h150 #define data_of(handle) ((handle).buffer) argument
Dsnapshot.c2088 int snapshot_read_next(struct snapshot_handle *handle) in snapshot_read_next()
2584 int snapshot_write_next(struct snapshot_handle *handle) in snapshot_write_next()
2662 void snapshot_write_finalize(struct snapshot_handle *handle) in snapshot_write_finalize()
2676 int snapshot_image_loaded(struct snapshot_handle *handle) in snapshot_image_loaded()
/kernel/irq/
Dchip.c899 __irq_do_set_handler(struct irq_desc *desc, irq_flow_handler_t handle, in __irq_do_set_handler()
969 __irq_set_handler(unsigned int irq, irq_flow_handler_t handle, int is_chained, in __irq_set_handler()
984 irq_set_chained_handler_and_data(unsigned int irq, irq_flow_handler_t handle, in irq_set_chained_handler_and_data()
1002 irq_flow_handler_t handle, const char *name) in irq_set_chip_and_handler_name()
Dirqdomain.c168 acpi_handle handle; in __irq_domain_add() local