Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 25 of 31) sorted by relevance

12

/kernel/dma/
Dmapping.c110 const struct dma_map_ops *ops) in dma_go_direct()
129 const struct dma_map_ops *ops) in dma_alloc_direct()
135 const struct dma_map_ops *ops) in dma_map_direct()
144 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_page_attrs() local
165 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
206 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_sg_attrs() local
220 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_resource() local
245 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_resource() local
257 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_single_for_cpu() local
[all …]
Dops_helpers.c64 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
Dcoherent.c388 const struct reserved_mem_ops *ops; in dma_init_reserved_memory() local
/kernel/trace/
Dtrace_functions.c39 struct ftrace_ops *ops; in ftrace_allocate_ftrace_ops() local
287 static void update_traceon_count(struct ftrace_probe_ops *ops, in update_traceon_count()
350 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceon_count()
358 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceoff_count()
366 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceon()
377 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceoff()
421 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_stacktrace()
429 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_stacktrace_count()
469 static int update_count(struct ftrace_probe_ops *ops, unsigned long ip, in update_count()
489 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_dump_probe()
[all …]
Dftrace_internal.h21 # 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()
Dtrace_events_trigger.c418 int event_trigger_init(struct event_trigger_ops *ops, in event_trigger_init()
436 event_trigger_free(struct event_trigger_ops *ops, in event_trigger_free()
541 static int register_trigger(char *glob, struct event_trigger_ops *ops, in register_trigger()
588 static void unregister_trigger(char *glob, struct event_trigger_ops *ops, in unregister_trigger()
1032 traceon_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in traceon_trigger_print()
1040 traceoff_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in traceoff_trigger_print()
1078 struct event_trigger_ops *ops; in onoff_get_trigger_ops() local
1139 register_snapshot_trigger(char *glob, struct event_trigger_ops *ops, in register_snapshot_trigger()
1152 snapshot_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in snapshot_trigger_print()
1248 stacktrace_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in stacktrace_trigger_print()
[all …]
Dftrace.c96 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 pt_regs *regs) in function_profile_call()
1019 struct ftrace_ops ops; member
1257 void ftrace_free_filter(struct ftrace_ops *ops) in ftrace_free_filter()
[all …]
Dtrace_sched_switch.c90 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()
Dtrace_event_perf.c435 struct ftrace_ops *ops, struct pt_regs *pt_regs) in perf_ftrace_function_call()
478 struct ftrace_ops *ops = &event->ftrace_ops; in perf_ftrace_function_register() local
489 struct ftrace_ops *ops = &event->ftrace_ops; in perf_ftrace_function_unregister() local
Dtrace_dynevent.h63 struct dyn_event_operations *ops; member
69 int dyn_event_init(struct dyn_event *ev, struct dyn_event_operations *ops) in dyn_event_init()
Dtrace_dynevent.c21 int dyn_event_register(struct dyn_event_operations *ops) in dyn_event_register()
81 struct dyn_event_operations *ops; in create_dyn_event() local
Dtrace_events.c2851 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_probe()
2868 struct trace_array *tr, struct ftrace_probe_ops *ops, in event_enable_count_probe()
2896 struct ftrace_probe_ops *ops, void *data) in event_enable_print()
2925 event_enable_init(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_init()
2963 event_enable_free(struct ftrace_probe_ops *ops, struct trace_array *tr, in event_enable_free()
3020 struct ftrace_probe_ops *ops; in event_enable_func() local
Dtrace_stack.c500 struct ftrace_ops *ops = inode->i_private; in stack_trace_filter_open() local
Dtrace_events_filter.c44 static const char * ops[] = { OPS }; variable
1995 struct ftrace_ops *ops; member
2021 static int ftrace_function_set_regexp(struct ftrace_ops *ops, int filter, in ftrace_function_set_regexp()
Dtracing_map.h191 const struct tracing_map_ops *ops; member
Dtrace.h362 struct ftrace_ops *ops; member
1249 #define ftrace_create_filter_files(ops, parent) do { } while (0) argument
1250 #define ftrace_destroy_filter_files(ops) do { } while (0) argument
1635 unsigned short *ops; member
1718 struct event_trigger_ops *ops; member
Dtrace_events_hist.c5142 struct event_trigger_ops *ops, in event_hist_trigger_print()
5250 static int event_hist_trigger_init(struct event_trigger_ops *ops, in event_hist_trigger_init()
5278 static void event_hist_trigger_free(struct event_trigger_ops *ops, in event_hist_trigger_free()
5308 static int event_hist_trigger_named_init(struct event_trigger_ops *ops, in event_hist_trigger_named_init()
5320 static void event_hist_trigger_named_free(struct event_trigger_ops *ops, in event_hist_trigger_named_free()
5453 static int hist_register_trigger(char *glob, struct event_trigger_ops *ops, in hist_register_trigger()
5605 static void hist_unregister_trigger(char *glob, struct event_trigger_ops *ops, in hist_unregister_trigger()
5947 struct event_trigger_ops *ops; in hist_enable_get_trigger_ops() local
/kernel/livepatch/
Dpatch.c27 struct klp_ops *ops; in klp_find_ops() local
45 struct klp_ops *ops; in klp_ftrace_handler() local
137 struct klp_ops *ops; in klp_unpatch_func() local
171 struct klp_ops *ops; in klp_patch_func() local
Dtransition.c197 struct klp_ops *ops; in klp_check_stack_func() local
/kernel/irq/
Dmsi.c142 struct msi_domain_ops *ops = info->ops; in msi_domain_alloc() local
243 struct msi_domain_ops *ops = info->ops; in msi_domain_update_dom_ops() local
308 struct msi_domain_ops *ops = info->ops; in msi_domain_prepare_irqs() local
322 struct msi_domain_ops *ops = info->ops; in msi_domain_populate_irqs() local
402 struct msi_domain_ops *ops = info->ops; in __msi_domain_alloc_irqs() local
503 struct msi_domain_ops *ops = info->ops; in msi_domain_alloc_irqs() local
542 struct msi_domain_ops *ops = info->ops; in msi_domain_free_irqs() local
Dirqdomain.c124 const struct irq_domain_ops *ops, in __irq_domain_create()
231 const struct irq_domain_ops *ops, in __irq_domain_add()
333 const struct irq_domain_ops *ops, in irq_domain_add_simple()
377 const struct irq_domain_ops *ops, in irq_domain_add_legacy()
1130 const struct irq_domain_ops *ops, in irq_domain_create_hierarchy()
/kernel/power/
Dsuspend.c77 void s2idle_set_ops(const struct platform_s2idle_ops *ops) in s2idle_set_ops()
203 void suspend_set_ops(const struct platform_suspend_ops *ops) in suspend_set_ops()
Dhibernate.c91 void hibernation_set_ops(const struct platform_hibernation_ops *ops) in hibernation_set_ops()
/kernel/bpf/
Doffload.c36 const struct bpf_prog_offload_ops *ops; member
181 const struct bpf_prog_offload_ops *ops; in bpf_prog_offload_replace_insn() local
673 bpf_offload_dev_create(const struct bpf_prog_offload_ops *ops, void *priv) in bpf_offload_dev_create()
/kernel/locking/
Dlockdep_internals.h247 unsigned long ops = 0; in debug_class_ops_read() local

12