Searched defs:fn (Results 1 – 16 of 16) sorted by relevance
/kernel/ |
A D | stop_machine.c | 46 cpu_stop_fn_t fn; member 137 int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg) in stop_one_cpu() 169 cpu_stop_fn_t fn; member 385 bool stop_one_cpu_nowait(unsigned int cpu, cpu_stop_fn_t fn, void *arg, in stop_one_cpu_nowait() 393 cpu_stop_fn_t fn, void *arg, in queue_stop_cpus_work() 425 cpu_stop_fn_t fn, void *arg) in __stop_cpus() 503 cpu_stop_fn_t fn = work->fn; in cpu_stopper_thread() local 587 int stop_machine_cpuslocked(cpu_stop_fn_t fn, void *data, in stop_machine_cpuslocked() 623 int stop_machine(cpu_stop_fn_t fn, void *data, const struct cpumask *cpus) in stop_machine() 636 int stop_core_cpuslocked(unsigned int cpu, cpu_stop_fn_t fn, void *data) in stop_core_cpuslocked() [all …]
|
A D | vhost_task.c | 17 bool (*fn)(void *data); member
|
A D | workqueue.c | 4593 int execute_in_process_context(work_func_t fn, struct execute_work *ew) in execute_in_process_context() 6137 work_func_t *fn = NULL; in print_worker_info() local 6735 long (*fn)(void *); member
|
/kernel/gcov/ |
A 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/time/ |
A D | timer.c | 657 #define TIMER_HINT(fn, container, timr, hintfn) \ argument 678 void (**fn)(void) = addr + timer_hints[i].offset; in timer_debug_hint() local 1776 void (*fn)(struct timer_list *); in expire_timers() local
|
A D | hrtimer.c | 1723 enum hrtimer_restart (*fn)(struct hrtimer *); in __run_hrtimer() local
|
/kernel/locking/ |
A D | test-ww_mutex.c | 596 void (*fn)(struct work_struct *work); in stress() local
|
/kernel/trace/ |
A D | tracing_map.c | 170 tracing_map_cmp_fn_t fn = tracing_map_cmp_none; in tracing_map_cmp_num() local
|
A D | trace_events_filter.c | 1509 enum filter_pred_fn fn = FILTER_PRED_FN_NOP; in select_comparison_fn() local
|
A D | bpf_trace.c | 1871 const struct bpf_func_proto *fn; in tracing_prog_func_proto() local
|
A D | trace_events_hist.c | 609 action_fn_t fn; member
|
/kernel/bpf/ |
A D | bpf_iter.c | 373 const struct bpf_func_proto *fn = NULL; in bpf_iter_get_func_proto() local
|
A D | verifier.c | 9469 const struct bpf_func_proto *fn, in get_dynptr_arg_reg() 9647 const struct bpf_func_proto *fn, in check_func_arg() 10210 static bool check_raw_mode_ok(const struct bpf_func_proto *fn) in check_raw_mode_ok() 10232 static bool check_args_pair_invalid(const struct bpf_func_proto *fn, int arg) in check_args_pair_invalid() 10247 static bool check_arg_pair_ok(const struct bpf_func_proto *fn) in check_arg_pair_ok() 10265 static bool check_btf_id_ok(const struct bpf_func_proto *fn) in check_btf_id_ok() 10284 static int check_func_proto(const struct bpf_func_proto *fn, int func_id) in check_func_proto() 11365 const struct bpf_func_proto *fn = NULL; in check_helper_call() local 17474 const struct bpf_func_proto *fn; in get_call_summary() local 22012 const struct bpf_func_proto *fn; in do_misc_fixups() local
|
A D | syscall.c | 5469 #define BPF_DO_BATCH(fn, ...) \ argument
|
/kernel/kcsan/ |
A D | kcsan_test.c | 148 void *fn; /* Function pointer to expected function of top frame. */ member
|
/kernel/cgroup/ |
A D | cgroup.c | 263 #define CGROUP_REF_EXPORT(fn) EXPORT_SYMBOL_GPL(fn); argument
|
Completed in 192 milliseconds