Searched defs:handle (Results 1 – 9 of 9) sorted by relevance
| /kernel/events/ |
| 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() 54 static void perf_output_put_handle(struct perf_output_handle *handle) in perf_output_put_handle() 153 __perf_output_begin(struct perf_output_handle *handle, in __perf_output_begin() 272 int perf_output_begin_forward(struct perf_output_handle *handle, in perf_output_begin_forward() 279 int perf_output_begin_backward(struct perf_output_handle *handle, in perf_output_begin_backward() 286 int perf_output_begin(struct perf_output_handle *handle, in perf_output_begin() 295 unsigned int perf_output_copy(struct perf_output_handle *handle, in perf_output_copy() 301 unsigned int perf_output_skip(struct perf_output_handle *handle, in perf_output_skip() 307 void perf_output_end(struct perf_output_handle *handle) in perf_output_end() [all …]
|
| D | core.c | 7066 perf_output_sample_regs(struct perf_output_handle *handle, in perf_output_sample_regs() 7164 perf_output_sample_ustack(struct perf_output_handle *handle, u64 dump_size, in perf_output_sample_ustack() 7242 struct perf_output_handle *handle, in perf_pmu_snapshot_aux() 7275 struct perf_output_handle *handle, in perf_aux_sample_output() 7364 static void __perf_event__output_id_sample(struct perf_output_handle *handle, in __perf_event__output_id_sample() 7389 struct perf_output_handle *handle, in perf_event__output_id_sample() 7396 static void perf_output_read_one(struct perf_output_handle *handle, in perf_output_read_one() 7421 static void perf_output_read_group(struct perf_output_handle *handle, in perf_output_read_group() 7491 static void perf_output_read(struct perf_output_handle *handle, in perf_output_read() 7515 void perf_output_sample(struct perf_output_handle *handle, in perf_output_sample() [all …]
|
| D | internal.h | 170 __output_custom(struct perf_output_handle *handle, perf_copy_f copy_func, in __output_custom()
|
| /kernel/power/ |
| D | swap.c | 316 static int mark_swapfiles(struct swap_map_handle *handle, unsigned int flags) in mark_swapfiles() 416 static void release_swap_writer(struct swap_map_handle *handle) in release_swap_writer() 423 static int get_swap_writer(struct swap_map_handle *handle) in get_swap_writer() 454 static int swap_write_page(struct swap_map_handle *handle, void *buf, in swap_write_page() 498 static int flush_swap_writer(struct swap_map_handle *handle) in flush_swap_writer() 506 static int swap_writer_finish(struct swap_map_handle *handle, in swap_writer_finish() 553 static int save_image(struct swap_map_handle *handle, in save_image() 699 static int save_compressed_image(struct swap_map_handle *handle, in save_compressed_image() 951 struct swap_map_handle handle; in swsusp_write() local 1009 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 | 154 #define data_of(handle) ((handle).buffer) argument
|
| D | snapshot.c | 2242 int snapshot_read_next(struct snapshot_handle *handle) in snapshot_read_next() 2776 int snapshot_write_next(struct snapshot_handle *handle) in snapshot_write_next() 2861 int snapshot_write_finalize(struct snapshot_handle *handle) in snapshot_write_finalize() 2875 int snapshot_image_loaded(struct snapshot_handle *handle) in snapshot_image_loaded()
|
| /kernel/ |
| 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/ |
| D | chip.c | 1028 __irq_do_set_handler(struct irq_desc *desc, irq_flow_handler_t handle, in __irq_do_set_handler() 1101 __irq_set_handler(unsigned int irq, irq_flow_handler_t handle, int is_chained, in __irq_set_handler() 1116 irq_set_chained_handler_and_data(unsigned int irq, irq_flow_handler_t handle, in irq_set_chained_handler_and_data() 1134 irq_flow_handler_t handle, const char *name) in irq_set_chip_and_handler_name()
|