Searched defs:handle (Results 1 – 10 of 10) 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() 50 static void perf_output_put_handle(struct perf_output_handle *handle) in perf_output_put_handle() 149 __perf_output_begin(struct perf_output_handle *handle, in __perf_output_begin() 267 int perf_output_begin_forward(struct perf_output_handle *handle, in perf_output_begin_forward() 274 int perf_output_begin_backward(struct perf_output_handle *handle, in perf_output_begin_backward() 281 int perf_output_begin(struct perf_output_handle *handle, in perf_output_begin() 290 unsigned int perf_output_copy(struct perf_output_handle *handle, in perf_output_copy() 296 unsigned int perf_output_skip(struct perf_output_handle *handle, in perf_output_skip() 302 void perf_output_end(struct perf_output_handle *handle) in perf_output_end() [all …]
|
D | core.c | 6672 perf_output_sample_regs(struct perf_output_handle *handle, in perf_output_sample_regs() 6766 perf_output_sample_ustack(struct perf_output_handle *handle, u64 dump_size, in perf_output_sample_ustack() 6844 struct perf_output_handle *handle, in perf_pmu_snapshot_aux() 6877 struct perf_output_handle *handle, in perf_aux_sample_output() 6957 static void __perf_event__output_id_sample(struct perf_output_handle *handle, in __perf_event__output_id_sample() 6982 struct perf_output_handle *handle, in perf_event__output_id_sample() 6989 static void perf_output_read_one(struct perf_output_handle *handle, in perf_output_read_one() 7014 static void perf_output_read_group(struct perf_output_handle *handle, in perf_output_read_group() 7079 static void perf_output_read(struct perf_output_handle *handle, in perf_output_read() 7103 void perf_output_sample(struct perf_output_handle *handle, in perf_output_sample() [all …]
|
D | internal.h | 168 __output_custom(struct perf_output_handle *handle, perf_copy_f copy_func, in __output_custom()
|
/kernel/power/ |
D | swap.c | 317 static int mark_swapfiles(struct swap_map_handle *handle, unsigned int flags) in mark_swapfiles() 414 static void release_swap_writer(struct swap_map_handle *handle) in release_swap_writer() 421 static int get_swap_writer(struct swap_map_handle *handle) in get_swap_writer() 452 static int swap_write_page(struct swap_map_handle *handle, void *buf, in swap_write_page() 496 static int flush_swap_writer(struct swap_map_handle *handle) in flush_swap_writer() 504 static int swap_writer_finish(struct swap_map_handle *handle, in swap_writer_finish() 546 static int save_image(struct swap_map_handle *handle, in save_image() 685 static int save_image_lzo(struct swap_map_handle *handle, in save_image_lzo() 920 struct swap_map_handle handle; in swsusp_write() local 965 static void release_swap_reader(struct swap_map_handle *handle) in release_swap_reader() [all …]
|
D | user.c | 32 struct snapshot_handle handle; member
|
D | power.h | 151 #define data_of(handle) ((handle).buffer) argument
|
D | snapshot.c | 2193 int snapshot_read_next(struct snapshot_handle *handle) in snapshot_read_next() 2727 int snapshot_write_next(struct snapshot_handle *handle) in snapshot_write_next() 2810 void snapshot_write_finalize(struct snapshot_handle *handle) in snapshot_write_finalize() 2821 int snapshot_image_loaded(struct snapshot_handle *handle) in snapshot_image_loaded()
|
/kernel/ |
D | kcov.c | 81 u64 handle; member 106 static struct kcov_remote *kcov_remote_find(u64 handle) in kcov_remote_find() 118 static struct kcov_remote *kcov_remote_add(struct kcov *kcov, u64 handle) in kcov_remote_add() 557 static inline bool kcov_check_handle(u64 handle, bool common_valid, in kcov_check_handle() 836 void kcov_remote_start(u64 handle) in kcov_remote_start()
|
D | smp.c | 72 u64 handle; member
|
/kernel/irq/ |
D | chip.c | 988 __irq_do_set_handler(struct irq_desc *desc, irq_flow_handler_t handle, in __irq_do_set_handler() 1061 __irq_set_handler(unsigned int irq, irq_flow_handler_t handle, int is_chained, in __irq_set_handler() 1076 irq_set_chained_handler_and_data(unsigned int irq, irq_flow_handler_t handle, in irq_set_chained_handler_and_data() 1094 irq_flow_handler_t handle, const char *name) in irq_set_chip_and_handler_name()
|