/kernel/dma/ |
D | mapping.c | 112 const struct dma_map_ops *ops) in dma_go_direct() 131 const struct dma_map_ops *ops) in dma_alloc_direct() 137 const struct dma_map_ops *ops) in dma_map_direct() 146 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_page_attrs() local 168 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_page_attrs() local 183 const struct dma_map_ops *ops = get_dma_ops(dev); in __dma_map_sg_attrs() local 276 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_sg_attrs() local 291 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_resource() local 312 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_resource() local 324 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_single_for_cpu() local [all …]
|
D | ops_helpers.c | 64 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_common_alloc_pages() local 87 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_common_free_pages() local
|
/kernel/trace/ |
D | trace_functions.c | 54 struct ftrace_ops *ops; in ftrace_allocate_ftrace_ops() local 448 static void update_traceon_count(struct ftrace_probe_ops *ops, in update_traceon_count() 511 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceon_count() 519 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceoff_count() 527 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceon() 538 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceoff() 580 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_stacktrace() 588 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_stacktrace_count() 628 static int update_count(struct ftrace_probe_ops *ops, unsigned long ip, in update_count() 648 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_dump_probe() [all …]
|
D | ftrace_internal.h | 21 # define ftrace_startup(ops, command) \ argument 28 # define ftrace_shutdown(ops, command) \ argument 36 ftrace_ops_test(struct ftrace_ops *ops, unsigned long ip, void *regs) in ftrace_ops_test()
|
D | ftrace.c | 96 static bool ftrace_pids_enabled(struct ftrace_ops *ops) in ftrace_pids_enabled() 131 static inline void ftrace_ops_init(struct ftrace_ops *ops) in ftrace_ops_init() 166 static ftrace_func_t ftrace_ops_get_list_func(struct ftrace_ops *ops) in ftrace_ops_get_list_func() 259 struct ftrace_ops *ops) in add_ftrace_ops() 273 struct ftrace_ops *ops) in remove_ftrace_ops() 302 int __register_ftrace_function(struct ftrace_ops *ops) in __register_ftrace_function() 345 int __unregister_ftrace_function(struct ftrace_ops *ops) in __unregister_ftrace_function() 757 struct ftrace_ops *ops, struct ftrace_regs *fregs) in function_profile_call() 1020 struct ftrace_ops ops; member 1257 void ftrace_free_filter(struct ftrace_ops *ops) in ftrace_free_filter() [all …]
|
D | trace_events_trigger.c | 432 int event_trigger_init(struct event_trigger_ops *ops, in event_trigger_init() 450 event_trigger_free(struct event_trigger_ops *ops, in event_trigger_free() 555 static int register_trigger(char *glob, struct event_trigger_ops *ops, in register_trigger() 602 static void unregister_trigger(char *glob, struct event_trigger_ops *ops, in unregister_trigger() 1051 traceon_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in traceon_trigger_print() 1059 traceoff_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in traceoff_trigger_print() 1097 struct event_trigger_ops *ops; in onoff_get_trigger_ops() local 1160 register_snapshot_trigger(char *glob, struct event_trigger_ops *ops, in register_snapshot_trigger() 1173 snapshot_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in snapshot_trigger_print() 1269 stacktrace_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in stacktrace_trigger_print() [all …]
|
D | trace_sched_switch.c | 90 static void tracing_start_sched_switch(int ops) in tracing_start_sched_switch() 112 static void tracing_stop_sched_switch(int ops) in tracing_stop_sched_switch()
|
D | trace_event_perf.c | 433 struct ftrace_ops *ops, struct ftrace_regs *fregs) in perf_ftrace_function_call() 486 struct ftrace_ops *ops = &event->ftrace_ops; in perf_ftrace_function_register() local 496 struct ftrace_ops *ops = &event->ftrace_ops; in perf_ftrace_function_unregister() local
|
D | trace_dynevent.h | 63 struct dyn_event_operations *ops; member 69 int dyn_event_init(struct dyn_event *ev, struct dyn_event_operations *ops) in dyn_event_init()
|
D | trace_eprobe.c | 544 static int eprobe_trigger_init(struct event_trigger_ops *ops, in eprobe_trigger_init() 550 static void eprobe_trigger_free(struct event_trigger_ops *ops, in eprobe_trigger_free() 557 struct event_trigger_ops *ops, in eprobe_trigger_print() 593 static int eprobe_trigger_reg_func(char *glob, struct event_trigger_ops *ops, in eprobe_trigger_reg_func() 600 static void eprobe_trigger_unreg_func(char *glob, struct event_trigger_ops *ops, in eprobe_trigger_unreg_func()
|
D | trace_dynevent.c | 59 int dyn_event_register(struct dyn_event_operations *ops) in dyn_event_register() 130 struct dyn_event_operations *ops; in create_dyn_event() local
|
D | trace_events.c | 3164 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_probe() 3181 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_count_probe() 3209 struct ftrace_probe_ops *ops, void *data) in event_enable_print() 3238 event_enable_init(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_init() 3276 event_enable_free(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_free() 3333 struct ftrace_probe_ops *ops; in event_enable_func() local
|
D | trace_stack.c | 499 struct ftrace_ops *ops = inode->i_private; in stack_trace_filter_open() local
|
D | trace_events_filter.c | 44 static const char * ops[] = { OPS }; variable 1974 struct ftrace_ops *ops; member 2000 static int ftrace_function_set_regexp(struct ftrace_ops *ops, int filter, in ftrace_function_set_regexp()
|
D | tracing_map.h | 191 const struct tracing_map_ops *ops; member
|
D | trace.h | 373 struct ftrace_ops *ops; member 1116 #define ftrace_create_filter_files(ops, parent) do { } while (0) argument 1117 #define ftrace_destroy_filter_files(ops) do { } while (0) argument 1469 unsigned short *ops; member 1557 struct event_trigger_ops *ops; member
|
D | trace_events_hist.c | 5616 struct event_trigger_ops *ops, in event_hist_trigger_print() 5724 static int event_hist_trigger_init(struct event_trigger_ops *ops, in event_hist_trigger_init() 5753 static void event_hist_trigger_free(struct event_trigger_ops *ops, in event_hist_trigger_free() 5783 static int event_hist_trigger_named_init(struct event_trigger_ops *ops, in event_hist_trigger_named_init() 5795 static void event_hist_trigger_named_free(struct event_trigger_ops *ops, in event_hist_trigger_named_free() 5928 static int hist_register_trigger(char *glob, struct event_trigger_ops *ops, in hist_register_trigger() 6080 static void hist_unregister_trigger(char *glob, struct event_trigger_ops *ops, in hist_unregister_trigger() 6434 struct event_trigger_ops *ops; in hist_enable_get_trigger_ops() local
|
/kernel/livepatch/ |
D | patch.c | 27 struct klp_ops *ops; in klp_find_ops() local 45 struct klp_ops *ops; in klp_ftrace_handler() local 142 struct klp_ops *ops; in klp_unpatch_func() local 176 struct klp_ops *ops; in klp_patch_func() local
|
D | transition.c | 198 struct klp_ops *ops; in klp_check_stack_func() local
|
/kernel/irq/ |
D | msi.c | 280 struct msi_domain_ops *ops = info->ops; in msi_domain_alloc() local 381 struct msi_domain_ops *ops = info->ops; in msi_domain_update_dom_ops() local 448 struct msi_domain_ops *ops = info->ops; in msi_domain_prepare_irqs() local 462 struct msi_domain_ops *ops = info->ops; in msi_domain_populate_irqs() local 542 struct msi_domain_ops *ops = info->ops; in __msi_domain_alloc_irqs() local 643 struct msi_domain_ops *ops = info->ops; in msi_domain_alloc_irqs() local 682 struct msi_domain_ops *ops = info->ops; in msi_domain_free_irqs() local
|
D | irqdomain.c | 133 const struct irq_domain_ops *ops, in __irq_domain_create() 250 const struct irq_domain_ops *ops, in __irq_domain_add() 352 const struct irq_domain_ops *ops, in irq_domain_create_simple() 396 const struct irq_domain_ops *ops, in irq_domain_add_legacy() 408 const struct irq_domain_ops *ops, in irq_domain_create_legacy() 1156 const struct irq_domain_ops *ops, in irq_domain_create_hierarchy()
|
/kernel/power/ |
D | suspend.c | 78 void s2idle_set_ops(const struct platform_s2idle_ops *ops) in s2idle_set_ops() 204 void suspend_set_ops(const struct platform_suspend_ops *ops) in suspend_set_ops()
|
D | hibernate.c | 94 void hibernation_set_ops(const struct platform_hibernation_ops *ops) in hibernation_set_ops()
|
/kernel/bpf/ |
D | offload.c | 36 const struct bpf_prog_offload_ops *ops; member 181 const struct bpf_prog_offload_ops *ops; in bpf_prog_offload_replace_insn() local 670 bpf_offload_dev_create(const struct bpf_prog_offload_ops *ops, void *priv) in bpf_offload_dev_create()
|
/kernel/locking/ |
D | lockdep_internals.h | 247 unsigned long ops = 0; in debug_class_ops_read() local
|