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() 265 int perf_output_begin_forward(struct perf_output_handle *handle, in perf_output_begin_forward() 271 int perf_output_begin_backward(struct perf_output_handle *handle, in perf_output_begin_backward() 277 int perf_output_begin(struct perf_output_handle *handle, in perf_output_begin() 285 unsigned int perf_output_copy(struct perf_output_handle *handle, in perf_output_copy() 291 unsigned int perf_output_skip(struct perf_output_handle *handle, in perf_output_skip() 297 void perf_output_end(struct perf_output_handle *handle) in perf_output_end() [all …]
|
D | core.c | 6056 perf_output_sample_regs(struct perf_output_handle *handle, in perf_output_sample_regs() 6151 perf_output_sample_ustack(struct perf_output_handle *handle, u64 dump_size, in perf_output_sample_ustack() 6231 static void __perf_event__output_id_sample(struct perf_output_handle *handle, in __perf_event__output_id_sample() 6256 struct perf_output_handle *handle, in perf_event__output_id_sample() 6263 static void perf_output_read_one(struct perf_output_handle *handle, in perf_output_read_one() 6286 static void perf_output_read_group(struct perf_output_handle *handle, in perf_output_read_group() 6338 static void perf_output_read(struct perf_output_handle *handle, in perf_output_read() 6362 void perf_output_sample(struct perf_output_handle *handle, in perf_output_sample() 6710 struct perf_output_handle handle; in __perf_event_output() local 6771 struct perf_output_handle handle; in perf_event_read_event() local [all …]
|
D | internal.h | 162 __output_custom(struct perf_output_handle *handle, perf_copy_f copy_func, in __output_custom()
|
/kernel/power/ |
D | swap.c | 305 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() 440 static int swap_write_page(struct swap_map_handle *handle, void *buf, in swap_write_page() 480 static int flush_swap_writer(struct swap_map_handle *handle) in flush_swap_writer() 488 static int swap_writer_finish(struct swap_map_handle *handle, in swap_writer_finish() 530 static int save_image(struct swap_map_handle *handle, in save_image() 666 static int save_image_lzo(struct swap_map_handle *handle, in save_image_lzo() 903 struct swap_map_handle handle; in swsusp_write() local 947 static void release_swap_reader(struct swap_map_handle *handle) in release_swap_reader() [all …]
|
D | user.c | 33 struct snapshot_handle handle; member
|
D | power.h | 148 #define data_of(handle) ((handle).buffer) argument
|
D | snapshot.c | 2095 int snapshot_read_next(struct snapshot_handle *handle) in snapshot_read_next() 2591 int snapshot_write_next(struct snapshot_handle *handle) in snapshot_write_next() 2669 void snapshot_write_finalize(struct snapshot_handle *handle) in snapshot_write_finalize() 2683 int snapshot_image_loaded(struct snapshot_handle *handle) in snapshot_image_loaded()
|
/kernel/ |
D | kcov.c | 80 u64 handle; member 90 static struct kcov_remote *kcov_remote_find(u64 handle) in kcov_remote_find() 101 static struct kcov_remote *kcov_remote_add(struct kcov *kcov, u64 handle) in kcov_remote_add() 528 static inline bool kcov_check_handle(u64 handle, bool common_valid, in kcov_check_handle() 759 void kcov_remote_start(u64 handle) in kcov_remote_start()
|
/kernel/irq/ |
D | chip.c | 984 __irq_do_set_handler(struct irq_desc *desc, irq_flow_handler_t handle, in __irq_do_set_handler() 1054 __irq_set_handler(unsigned int irq, irq_flow_handler_t handle, int is_chained, in __irq_set_handler() 1069 irq_set_chained_handler_and_data(unsigned int irq, irq_flow_handler_t handle, in irq_set_chained_handler_and_data() 1087 irq_flow_handler_t handle, const char *name) in irq_set_chip_and_handler_name()
|
D | irqdomain.c | 170 acpi_handle handle; in __irq_domain_add() local
|