/kernel/livepatch/ |
D | patch.c | 28 struct klp_func *func; in klp_find_ops() local 46 struct klp_func *func; in klp_ftrace_handler() local 140 static void klp_unpatch_func(struct klp_func *func) in klp_unpatch_func() 174 static int klp_patch_func(struct klp_func *func) in klp_patch_func() 247 struct klp_func *func; in __klp_unpatch_object() local 269 struct klp_func *func; in klp_patch_object() local
|
D | core.c | 89 struct klp_func *func; in klp_find_func() local 468 static void klp_free_func_nop(struct klp_func *func) in klp_free_func_nop() 477 struct klp_func *func; in klp_alloc_func_nop() local 506 struct klp_func *func, *old_func; in klp_add_object_nops() local 583 struct klp_func *func; in klp_kobj_release_func() local 598 struct klp_func *func, *tmp_func; in __klp_free_funcs() local 612 struct klp_func *func; in klp_free_object_loaded() local 718 static int klp_init_func(struct klp_object *obj, struct klp_func *func) in klp_init_func() 774 struct klp_func *func; in klp_init_object_loaded() local 821 struct klp_func *func; in klp_init_object() local [all …]
|
D | transition.c | 73 struct klp_func *func; in klp_complete_transition() local 194 static int klp_check_stack_func(struct klp_func *func, unsigned long *entries, in klp_check_stack_func() 247 struct klp_func *func; in klp_check_stack() local 508 struct klp_func *func; in klp_init_transition() local
|
/kernel/ |
D | async.c | 72 async_func_t func; member 148 static async_cookie_t __async_schedule_node_domain(async_func_t func, in __async_schedule_node_domain() 198 async_cookie_t async_schedule_node_domain(async_func_t func, void *data, in async_schedule_node_domain() 240 async_cookie_t async_schedule_node(async_func_t func, void *data, int node) in async_schedule_node() 258 bool async_schedule_dev_nocall(async_func_t func, struct device *dev) in async_schedule_dev_nocall()
|
D | smp.c | 507 smp_call_func_t func = csd->func; in generic_exec_single() local 618 smp_call_func_t func = csd->func; in flush_smp_call_function_queue() local 658 smp_call_func_t func = csd->func; in flush_smp_call_function_queue() local 709 int smp_call_function_single(int cpu, smp_call_func_t func, void *info, in smp_call_function_single() 827 smp_call_func_t func, void *info, int wait) in smp_call_function_any() 865 smp_call_func_t func, void *info, in smp_call_function_many_cond() 991 smp_call_func_t func, void *info, bool wait) in smp_call_function_many() 1012 void smp_call_function(smp_call_func_t func, void *info, int wait) in smp_call_function() 1126 void on_each_cpu_cond_mask(smp_cond_func_t cond_func, smp_call_func_t func, in on_each_cpu_cond_mask() 1200 int (*func)(void *); member
|
D | tracepoint.c | 310 void *func = tp->iterator; in tracepoint_update_call() local 324 struct tracepoint_func *func, int prio, in tracepoint_add_func() 397 struct tracepoint_func *func) in tracepoint_remove_func() 798 static int rvh_func_add(struct tracepoint *tp, struct tracepoint_func *func) in rvh_func_add() 822 static int android_rvh_add_func(struct tracepoint *tp, struct tracepoint_func *func) in android_rvh_add_func()
|
D | up.c | 43 void on_each_cpu_cond_mask(smp_cond_func_t cond_func, smp_call_func_t func, in on_each_cpu_cond_mask()
|
D | task_work.c | 118 task_work_cancel(struct task_struct *task, task_work_func_t func) in task_work_cancel()
|
D | static_call_inline.c | 123 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update() 517 int (*func)(int); member
|
/kernel/rcu/ |
D | tasks.h | 152 static void call_rcu_tasks_generic(struct rcu_head *rhp, rcu_callback_t func, in call_rcu_tasks_generic() 565 void call_rcu_tasks(struct rcu_head *rhp, rcu_callback_t func) in call_rcu_tasks() 718 void call_rcu_tasks_rude(struct rcu_head *rhp, rcu_callback_t func) in call_rcu_tasks_rude() 1254 void call_rcu_tasks_trace(struct rcu_head *rhp, rcu_callback_t func) in call_rcu_tasks_trace()
|
D | tiny.c | 163 void call_rcu(struct rcu_head *head, rcu_callback_t func) in call_rcu()
|
D | srcutiny.c | 179 rcu_callback_t func) in call_srcu()
|
D | srcutree.c | 874 rcu_callback_t func, bool do_norm) in __call_srcu() 904 rcu_callback_t func) in call_srcu()
|
D | tree.c | 2980 __call_rcu_common(struct rcu_head *head, rcu_callback_t func, bool lazy_in) in __call_rcu_common() 3070 void call_rcu_hurry(struct rcu_head *head, rcu_callback_t func) in call_rcu_hurry() 3123 void call_rcu(struct rcu_head *head, rcu_callback_t func) in call_rcu() 3613 void kvfree_call_rcu(struct rcu_head *head, rcu_callback_t func) in kvfree_call_rcu()
|
/kernel/trace/ |
D | fgraph.c | 59 ftrace_push_return_trace(unsigned long ret, unsigned long func, in ftrace_push_return_trace() 113 int function_graph_enter(unsigned long ret, unsigned long func, in function_graph_enter()
|
D | trace_uprobe.c | 948 unsigned long func, struct pt_regs *regs, in __uprobe_trace_func() 1006 static void uretprobe_trace_func(struct trace_uprobe *tu, unsigned long func, in uretprobe_trace_func() 1346 unsigned long func, struct pt_regs *regs, in __uprobe_perf_func() 1417 static void uretprobe_perf_func(struct trace_uprobe *tu, unsigned long func, in uretprobe_perf_func() 1520 unsigned long func, struct pt_regs *regs) in uretprobe_dispatcher()
|
D | ftrace.c | 181 ftrace_func_t func; in update_ftrace_function() local 1288 const char *func, const char *module, in ftrace_add_mod() 3261 struct dyn_ftrace *func; member 4012 match_records(struct ftrace_hash *hash, char *func, int len, char *mod) in match_records() 4141 const char *func, char *module, int enable) in cache_mod() 4195 char *func; in process_mod_list() local 4288 char *func; in ftrace_mod_callback() local 4855 char *func, *command, *next = buff; in ftrace_process_regex() local 5577 char *func; in set_ftrace_early_graph() local 5603 char *func; in ftrace_set_early_filter() local [all …]
|
D | trace.h | 150 unsigned long func; member 800 char *func; member 988 int (*func)(struct trace_array *tr, member 1041 #define ftrace_init_array_ops(tr, func) do { } while (0) argument 1047 void (*func)(unsigned long ip, member 1660 void (*func)(struct event_trigger_data *data, member 1752 int (*func)(struct event_command *cmd_ops, member
|
D | trace_event_perf.c | 250 char *func = NULL; in perf_kprobe_init() local
|
D | trace_functions.c | 134 ftrace_func_t func; in function_trace_init() local 403 ftrace_func_t func; in func_set_flag() local
|
D | trace_selftest.c | 538 # define trace_selftest_startup_dynamic_tracing(trace, tr, func) ({ 0; }) argument
|
/kernel/bpf/ |
D | bpf_lsm.c | 133 BTF_ID(func, bpf_lsm_bpf) in BTF_ID() argument
|
D | verifier.c | 602 static struct bpf_func_state *func(struct bpf_verifier_env *env, in func() function 1669 const struct btf_type *func, *func_proto; in add_kfunc_call() local 2152 const struct btf_type *func; in disasm_kfunc_name() local 2384 struct bpf_func_state *func; in mark_all_scalars_precise() local 2417 struct bpf_func_state *func; in mark_all_scalars_imprecise() local 2533 struct bpf_func_state *func; in __mark_chain_precision() local 3838 const struct bpf_func_state *func, in update_stack_depth() 6781 const struct btf_type *t, *func, *func_proto, *ptr_type; in check_kfunc_call() local 12616 struct bpf_prog *prog = env->prog, **func, *tmp; in jit_subprogs() local 13601 BTF_ID(func, __add_to_page_cache_locked) in BTF_ID() argument
|
/kernel/kcsan/ |
D | debugfs.c | 144 static ssize_t insert_report_filterlist(const char *func) in insert_report_filterlist()
|
D | kcsan_test.c | 1075 void (*func)(void); in access_thread_timer() local 1091 void (*func)(void); in access_thread() local
|