Searched defs:fn (Results 1 – 16 of 16) sorted by relevance
/kernel/ |
D | stop_machine.c | 46 cpu_stop_fn_t fn; member 139 int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg) in stop_one_cpu() 172 cpu_stop_fn_t fn; member 335 int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn, void *arg) in stop_two_cpus() 385 bool stop_one_cpu_nowait(unsigned int cpu, cpu_stop_fn_t fn, void *arg, in stop_one_cpu_nowait() 394 cpu_stop_fn_t fn, void *arg, in queue_stop_cpus_work() 426 cpu_stop_fn_t fn, void *arg) in __stop_cpus() 465 static int stop_cpus(const struct cpumask *cpumask, cpu_stop_fn_t fn, void *arg) in stop_cpus() 504 cpu_stop_fn_t fn = work->fn; in cpu_stopper_thread() local 588 int stop_machine_cpuslocked(cpu_stop_fn_t fn, void *data, in stop_machine_cpuslocked() [all …]
|
D | workqueue.c | 3364 int execute_in_process_context(work_func_t fn, struct execute_work *ew) in execute_in_process_context() 4682 work_func_t *fn = NULL; in print_worker_info() local 5183 long (*fn)(void *); member
|
D | kprobes.c | 2091 struct freelist_node *fn; in NOKPROBE_SYMBOL() local
|
/kernel/gcov/ |
D | clang.c | 227 struct gcov_fn_info *fn; in gcov_info_reset() local 288 static struct gcov_fn_info *gcov_fn_info_dup(struct gcov_fn_info *fn) in gcov_fn_info_dup() 318 struct gcov_fn_info *fn; in gcov_info_dup() local 350 struct gcov_fn_info *fn, *tmp; in gcov_info_free() local
|
/kernel/trace/ |
D | rethook.c | 171 struct freelist_node *fn; in rethook_try_get() local
|
D | tracing_map.c | 170 tracing_map_cmp_fn_t fn = tracing_map_cmp_none; in tracing_map_cmp_num() local
|
D | trace_events_filter.c | 1243 enum filter_pred_fn fn = FILTER_PRED_FN_NOP; in select_comparison_fn() local
|
D | bpf_trace.c | 1911 const struct bpf_func_proto *fn; in tracing_prog_func_proto() local
|
D | trace_events_hist.c | 604 action_fn_t fn; member
|
/kernel/time/ |
D | timer.c | 652 #define TIMER_HINT(fn, container, timr, hintfn) \ argument 673 void (**fn)(void) = addr + timer_hints[i].offset; in timer_debug_hint() local 1509 void (*fn)(struct timer_list *); in expire_timers() local
|
D | hrtimer.c | 1647 enum hrtimer_restart (*fn)(struct hrtimer *); in __run_hrtimer() local
|
/kernel/locking/ |
D | test-ww_mutex.c | 583 void (*fn)(struct work_struct *work); in stress() local
|
/kernel/bpf/ |
D | bpf_iter.c | 376 const struct bpf_func_proto *fn = NULL; in bpf_iter_get_func_proto() local
|
D | verifier.c | 6153 const struct bpf_func_proto *fn) in check_func_arg() 6745 static bool check_raw_mode_ok(const struct bpf_func_proto *fn) in check_raw_mode_ok() 6767 static bool check_args_pair_invalid(const struct bpf_func_proto *fn, int arg) in check_args_pair_invalid() 6782 static bool check_arg_pair_ok(const struct bpf_func_proto *fn) in check_arg_pair_ok() 6800 static bool check_btf_id_ok(const struct bpf_func_proto *fn) in check_btf_id_ok() 6818 static int check_func_proto(const struct bpf_func_proto *fn, int func_id) in check_func_proto() 7526 const struct bpf_func_proto *fn = NULL; in check_helper_call() local 14220 const struct bpf_func_proto *fn; in do_misc_fixups() local
|
D | syscall.c | 4483 #define BPF_DO_BATCH(fn) \ argument
|
/kernel/kcsan/ |
D | kcsan_test.c | 148 void *fn; /* Function pointer to expected function of top frame. */ member
|