Searched defs:handle (Results 1 – 9 of 9) sorted by relevance
/kernel/events/ |
A D | ring_buffer.c | 20 static void perf_output_wakeup(struct perf_output_handle *handle) in perf_output_wakeup() 40 static void perf_output_get_handle(struct perf_output_handle *handle) in perf_output_get_handle() 153 __perf_output_begin(struct perf_output_handle *handle, in __perf_output_begin() 273 int perf_output_begin_forward(struct perf_output_handle *handle, in perf_output_begin_forward() 287 int perf_output_begin(struct perf_output_handle *handle, in perf_output_begin() 296 unsigned int perf_output_copy(struct perf_output_handle *handle, in perf_output_copy() 302 unsigned int perf_output_skip(struct perf_output_handle *handle, in perf_output_skip() 308 void perf_output_end(struct perf_output_handle *handle) in perf_output_end() 372 void *perf_aux_output_begin(struct perf_output_handle *handle, in perf_aux_output_begin() 568 void *perf_get_aux(struct perf_output_handle *handle) in perf_get_aux() [all …]
|
A D | core.c | 8469 struct perf_output_handle handle; in __perf_event_output() local 8531 struct perf_output_handle handle; in perf_event_read_event() local 8798 struct perf_output_handle handle; in perf_event_task_output() local 8950 struct perf_output_handle handle; in perf_event_comm_output() local 9049 struct perf_output_handle handle; in perf_event_namespaces_output() local 9176 struct perf_output_handle handle; in perf_event_cgroup_output() local 9294 struct perf_output_handle handle; in perf_event_mmap_output() local 9600 struct perf_output_handle handle; in perf_event_aux_event() local 9636 struct perf_output_handle handle; in perf_log_lost_samples() local 9687 struct perf_output_handle handle; in perf_event_switch_output() local [all …]
|
A D | internal.h | 170 __output_custom(struct perf_output_handle *handle, perf_copy_f copy_func, in __output_custom()
|
/kernel/power/ |
A D | swap.c | 400 static void release_swap_writer(struct swap_map_handle *handle) in release_swap_writer() 407 static int get_swap_writer(struct swap_map_handle *handle) in get_swap_writer() 478 static int flush_swap_writer(struct swap_map_handle *handle) in flush_swap_writer() 486 static int swap_writer_finish(struct swap_map_handle *handle, in swap_writer_finish() 533 static int save_image(struct swap_map_handle *handle, in save_image() 937 struct swap_map_handle handle; in swsusp_write() local 981 static void release_swap_reader(struct swap_map_handle *handle) in release_swap_reader() 995 static int get_swap_reader(struct swap_map_handle *handle, in get_swap_reader() 1073 static int swap_reader_finish(struct swap_map_handle *handle) in swap_reader_finish() 1086 static int load_image(struct swap_map_handle *handle, in load_image() [all …]
|
A D | user.c | 32 struct snapshot_handle handle; member
|
A D | power.h | 158 #define data_of(handle) ((handle).buffer) argument
|
A D | snapshot.c | 2236 int snapshot_read_next(struct snapshot_handle *handle) in snapshot_read_next() 2770 int snapshot_write_next(struct snapshot_handle *handle) in snapshot_write_next() 2855 int snapshot_write_finalize(struct snapshot_handle *handle) in snapshot_write_finalize() 2869 int snapshot_image_loaded(struct snapshot_handle *handle) in snapshot_image_loaded()
|
/kernel/ |
A D | kcov.c | 82 u64 handle; member 107 static struct kcov_remote *kcov_remote_find(u64 handle) in kcov_remote_find() 119 static struct kcov_remote *kcov_remote_add(struct kcov *kcov, u64 handle) in kcov_remote_add() 568 static inline bool kcov_check_handle(u64 handle, bool common_valid, in kcov_check_handle() 849 void kcov_remote_start(u64 handle) in kcov_remote_start()
|
/kernel/irq/ |
A D | chip.c | 958 __irq_do_set_handler(struct irq_desc *desc, irq_flow_handler_t handle, in __irq_do_set_handler() 1030 void __irq_set_handler(unsigned int irq, irq_flow_handler_t handle, int is_chained, in __irq_set_handler() 1038 void irq_set_chained_handler_and_data(unsigned int irq, irq_flow_handler_t handle, in irq_set_chained_handler_and_data() 1052 irq_flow_handler_t handle, const char *name) in irq_set_chip_and_handler_name()
|
Completed in 74 milliseconds