/kernel/dma/ |
D | debug.c | 167 static inline void dump_entry_trace(struct dma_debug_entry *entry) in dump_entry_trace() 218 #define err_printk(dev, entry, format, arg...) do { \ argument 237 static int hash_fn(struct dma_debug_entry *entry) in hash_fn() 249 static struct hash_bucket *get_hash_bucket(struct dma_debug_entry *entry, in get_hash_bucket() 297 struct dma_debug_entry *entry, *ret = NULL; in __hash_bucket_find() local 354 struct dma_debug_entry *entry, index = *ref; in bucket_find_contain() local 378 struct dma_debug_entry *entry) in hash_bucket_add() 386 static void hash_bucket_del(struct dma_debug_entry *entry) in hash_bucket_del() 391 static unsigned long long phys_addr(struct dma_debug_entry *entry) in phys_addr() 425 static phys_addr_t to_cacheline_number(struct dma_debug_entry *entry) in to_cacheline_number() [all …]
|
/kernel/bpf/ |
D | mprog.c | 108 static int bpf_mprog_replace(struct bpf_mprog_entry *entry, in bpf_mprog_replace() 127 static int bpf_mprog_insert(struct bpf_mprog_entry *entry, in bpf_mprog_insert() 151 static int bpf_mprog_delete(struct bpf_mprog_entry *entry, in bpf_mprog_delete() 178 static int bpf_mprog_pos_exact(struct bpf_mprog_entry *entry, in bpf_mprog_pos_exact() 193 static int bpf_mprog_pos_before(struct bpf_mprog_entry *entry, in bpf_mprog_pos_before() 209 static int bpf_mprog_pos_after(struct bpf_mprog_entry *entry, in bpf_mprog_pos_after() 225 int bpf_mprog_attach(struct bpf_mprog_entry *entry, in bpf_mprog_attach() 297 static int bpf_mprog_fetch(struct bpf_mprog_entry *entry, in bpf_mprog_fetch() 328 int bpf_mprog_detach(struct bpf_mprog_entry *entry, in bpf_mprog_detach() 396 struct bpf_mprog_entry *entry) in bpf_mprog_query()
|
D | tcx.c | 14 struct bpf_mprog_entry *entry, *entry_new; in tcx_prog_attach() local 63 struct bpf_mprog_entry *entry, *entry_new; in tcx_prog_detach() local 97 struct bpf_mprog_entry *entry, *entry_new = NULL; in tcx_uninstall() local 146 struct bpf_mprog_entry *entry, *entry_new; in tcx_link_prog_attach() local 173 struct bpf_mprog_entry *entry, *entry_new; in tcx_link_release() local 208 struct bpf_mprog_entry *entry, *entry_new; in tcx_link_update() local
|
D | dispatcher.c | 46 struct bpf_dispatcher_prog *entry; in bpf_dispatcher_add_prog() local 71 struct bpf_dispatcher_prog *entry; in bpf_dispatcher_remove_prog() local
|
/kernel/ |
D | auditfilter.c | 108 struct audit_entry *entry; in audit_init_entry() local 211 static int audit_match_signal(struct audit_entry *entry) in audit_match_signal() 241 struct audit_entry *entry; in audit_to_entry_common() local 327 static int audit_field_valid(struct audit_entry *entry, struct audit_field *f) in audit_field_valid() 453 struct audit_entry *entry; in audit_data_to_entry() local 824 struct audit_entry *entry; in audit_dupe_rule() local 901 static struct audit_entry *audit_find_rule(struct audit_entry *entry, in audit_find_rule() 940 static inline int audit_add_rule(struct audit_entry *entry) in audit_add_rule() 1024 int audit_del_rule(struct audit_entry *entry) in audit_del_rule() 1137 struct audit_entry *entry; in audit_rule_change() local [all …]
|
D | kexec.c | 22 static int kimage_alloc_init(struct kimage **rimage, unsigned long entry, in kimage_alloc_init() 87 static int do_kexec_load(unsigned long entry, unsigned long nr_segments, in do_kexec_load() 235 SYSCALL_DEFINE4(kexec_load, unsigned long, entry, unsigned long, nr_segments, in SYSCALL_DEFINE4() argument 261 COMPAT_SYSCALL_DEFINE4(kexec_load, compat_ulong_t, entry, in COMPAT_SYSCALL_DEFINE4() argument
|
D | jump_label.c | 350 static int addr_conflict(struct jump_entry *entry, void *start, void *end) in addr_conflict() 377 static void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static() 430 static enum jump_label_type jump_label_type(struct jump_entry *entry) in jump_label_type() 440 static bool jump_label_can_update(struct jump_entry *entry, bool init) in jump_label_can_update() 468 struct jump_entry *entry, in __jump_label_update() 479 struct jump_entry *entry, in __jump_label_update() 548 enum jump_label_type jump_label_init_type(struct jump_entry *entry) in jump_label_init_type() 822 struct jump_entry *entry; in jump_label_update() local
|
D | async.c | 117 struct async_entry *entry = in async_run_entry_fn() local 151 struct async_entry *entry) in __async_schedule_node_domain() 201 struct async_entry *entry; in async_schedule_node_domain() local 260 struct async_entry *entry; in async_schedule_dev_nocall() local
|
D | kexec_core.c | 539 static int kimage_add_entry(struct kimage *image, kimage_entry_t entry) in kimage_add_entry() 600 #define for_each_kimage_entry(image, ptr, entry) \ argument 605 static void kimage_free_entry(kimage_entry_t entry) in kimage_free_entry() 615 kimage_entry_t *ptr, entry; in kimage_free() local 662 kimage_entry_t *ptr, entry; in kimage_dst_used() local
|
D | configs.c | 57 struct proc_dir_entry *entry; in ikconfig_init() local
|
/kernel/trace/ |
D | trace_syscalls.c | 26 struct syscall_metadata *entry = call->data; in syscall_get_enter_fields() local 117 struct syscall_metadata *entry; in get_syscall_name() local 134 struct syscall_metadata *entry; in print_syscall_enter() local 181 struct syscall_metadata *entry; in print_syscall_exit() local 210 __set_enter_print_fmt(struct syscall_metadata *entry, char *buf, int len) in __set_enter_print_fmt() 241 struct syscall_metadata *entry = call->data; in set_syscall_print_fmt() local 264 struct syscall_metadata *entry = call->data; in free_syscall_print_fmt() local 295 struct syscall_trace_enter *entry; in ftrace_syscall_enter() local 336 struct syscall_trace_exit *entry; in ftrace_syscall_exit() local
|
D | trace_mmiotrace.c | 167 struct trace_entry *entry = iter->ent; in mmio_print_rw() local 212 struct trace_entry *entry = iter->ent; in mmio_print_map() local 246 struct trace_entry *entry = iter->ent; in mmio_print_mark() local 300 struct trace_mmiotrace_rw *entry; in __trace_mmiotrace_rw() local 331 struct trace_mmiotrace_map *entry; in __trace_mmiotrace_map() local
|
D | trace_events_inject.c | 21 void *entry; in trace_inject_entry() local 158 void *entry = NULL; in trace_alloc_entry() local 199 void *entry = NULL; in parse_entry() local 290 void *entry = NULL; in event_inject_write() local
|
D | trace_output.c | 28 struct trace_entry *entry = iter->ent; in trace_print_bputs_msg_only() local 41 struct trace_entry *entry = iter->ent; in trace_print_bprintk_msg_only() local 54 struct trace_entry *entry = iter->ent; in trace_print_printk_msg_only() local 301 struct trace_entry *entry; in trace_raw_output_prep() local 444 int trace_print_lat_fmt(struct trace_seq *s, struct trace_entry *entry) in trace_print_lat_fmt() 507 lat_print_generic(struct trace_seq *s, struct trace_entry *entry, int cpu) in lat_print_generic() 612 struct trace_entry *entry = iter->ent; in trace_print_context() local 641 struct trace_entry *entry, *next_entry; in trace_print_lat_context() local 1319 struct trace_entry *entry = iter->ent; in trace_hwlat_print() local 1383 struct trace_entry *entry = iter->ent; in trace_osnoise_print() local [all …]
|
D | ring_buffer_benchmark.c | 88 int *entry; in read_event() local 111 int *entry; in read_page() local 250 int *entry; in ring_buffer_producer() local
|
D | ftrace.c | 1142 struct ftrace_func_entry *entry; in __ftrace_lookup_ip() local 1175 struct ftrace_func_entry *entry) in __add_hash_entry() 1189 struct ftrace_func_entry *entry; in add_hash_entry() local 1203 struct ftrace_func_entry *entry) in free_hash_entry() 1212 struct ftrace_func_entry *entry) in remove_hash_entry() 1222 struct ftrace_func_entry *entry; in ftrace_hash_clear() local 1350 struct ftrace_func_entry *entry; in alloc_and_copy_ftrace_hash() local 1393 struct ftrace_func_entry *entry; in dup_hash() local 2548 struct ftrace_func_entry *entry; in ftrace_find_rec_direct() local 4178 struct ftrace_func_entry *entry; in enter_record() local [all …]
|
D | trace_functions_graph.c | 110 struct ftrace_graph_ent_entry *entry; in __trace_graph_entry() local 229 struct ftrace_graph_ret_entry *entry; in __trace_graph_return() local 380 static void print_graph_lat_fmt(struct trace_seq *s, struct trace_entry *entry) in print_graph_lat_fmt() 681 struct ftrace_graph_ent_entry *entry, in print_graph_entry_leaf() 740 struct ftrace_graph_ent_entry *entry, in print_graph_entry_nested() 1114 struct trace_entry *entry = iter->ent; in print_graph_function_flags() local
|
D | trace_entries.h | 368 #define FUNC_REPEATS_GET_DELTA_TS(entry) \ argument
|
D | trace_event_perf.c | 421 struct trace_entry *entry = record; in perf_trace_buf_update() local 432 struct ftrace_entry *entry; in perf_ftrace_function_call() local
|
D | trace_events_synth.c | 351 struct synth_trace_event *entry; in print_synth_event() local 430 static unsigned int trace_string(struct synth_trace_event *entry, in trace_string() 470 static unsigned int trace_stack(struct synth_trace_event *entry, in trace_stack() 511 struct synth_trace_event *entry; in trace_event_raw_event_synth() local 1948 struct synth_trace_event *entry; in __synth_event_add_val() local 2316 struct dentry *entry = NULL; in trace_events_synth_init() local
|
/kernel/events/ |
D | callchain.c | 38 __weak void perf_callchain_kernel(struct perf_callchain_entry_ctx *entry, in perf_callchain_kernel() 43 __weak void perf_callchain_user(struct perf_callchain_entry_ctx *entry, in perf_callchain_user() 183 struct perf_callchain_entry *entry; in get_perf_callchain() local
|
/kernel/power/ |
D | console.c | 48 struct pm_vt_switch *entry, *tmp; in pm_vt_switch_required() local 109 struct pm_vt_switch *entry; in pm_vt_switch() local
|
/kernel/futex/ |
D | core.c | 766 static inline int fetch_robust_entry(struct robust_list __user **entry, in fetch_robust_entry() 790 struct robust_list __user *entry, *next_entry, *pending; in exit_robust_list() local 850 static void __user *futex_uaddr(struct robust_list __user *entry, in futex_uaddr() 863 compat_fetch_robust_entry(compat_uptr_t *uentry, struct robust_list __user **entry, in compat_fetch_robust_entry() 884 struct robust_list __user *entry, *next_entry, *pending; in compat_exit_robust_list() local
|
/kernel/locking/ |
D | lockdep.c | 1413 struct lock_list *entry; in add_lock_to_list() local 1719 bool (*match)(struct lock_list *entry, void *data), in __bfs() 1720 bool (*skip)(struct lock_list *entry, void *data), in __bfs() 1726 struct lock_list *entry; in __bfs() local 1828 bool (*match)(struct lock_list *entry, void *data), in __bfs_forwards() 1829 bool (*skip)(struct lock_list *entry, void *data), in __bfs_forwards() 1840 bool (*match)(struct lock_list *entry, void *data), in __bfs_backwards() 1841 bool (*skip)(struct lock_list *entry, void *data), in __bfs_backwards() 1935 print_circular_bug_header(struct lock_list *entry, unsigned int depth, in print_circular_bug_header() 1988 static inline bool hlock_equal(struct lock_list *entry, void *data) in hlock_equal() [all …]
|
/kernel/printk/ |
D | index.c | 46 struct pi_entry *entry = pi_get_entry(mod, *pos); in pi_next() local 75 const struct pi_entry *entry = v; in pi_show() local
|