Home
last modified time | relevance | path

Searched defs:fn (Results 1 – 14 of 14) sorted by relevance

/kernel/
Dstop_machine.c116 int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg) in stop_one_cpu()
148 cpu_stop_fn_t fn; member
279 int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn, void *arg) in stop_two_cpus()
328 bool stop_one_cpu_nowait(unsigned int cpu, cpu_stop_fn_t fn, void *arg, in stop_one_cpu_nowait()
336 cpu_stop_fn_t fn, void *arg, in queue_stop_cpus_work()
365 cpu_stop_fn_t fn, void *arg) in __stop_cpus()
404 int stop_cpus(const struct cpumask *cpumask, cpu_stop_fn_t fn, void *arg) in stop_cpus()
433 int try_stop_cpus(const struct cpumask *cpumask, cpu_stop_fn_t fn, void *arg) in try_stop_cpus()
473 cpu_stop_fn_t fn = work->fn; in cpu_stopper_thread() local
555 static int __stop_machine(cpu_stop_fn_t fn, void *data, const struct cpumask *cpus) in __stop_machine()
[all …]
Dcfi.c175 unsigned long max_addr, update_shadow_fn fn) in update_shadow()
Dworkqueue.c3084 int execute_in_process_context(work_func_t fn, struct execute_work *ew) in execute_in_process_context()
4275 work_func_t *fn = NULL; in print_worker_info() local
4725 long (*fn)(void *); member
/kernel/bpf/
Dverifier.c1162 static int check_raw_mode(const struct bpf_func_proto *fn) in check_raw_mode()
1206 const struct bpf_func_proto *fn = NULL; in check_call() local
3404 const struct bpf_func_proto *fn; in fixup_bpf_calls() local
/kernel/gcov/
Dgcc_3_4.c227 static struct gcov_fn_info *get_fn_info(struct gcov_info *info, unsigned int fn) in get_fn_info()
/kernel/trace/
Dtrace_probe.c79 #define CHECK_FETCH_FUNCS(method, fn) \ argument
Dtrace_events_hist.c33 hist_field_fn_t fn; member
150 hist_field_fn_t fn = NULL; in select_value_fn() local
Dtracing_map.c111 tracing_map_cmp_fn_t fn = tracing_map_cmp_none; in tracing_map_cmp_num() local
Dtrace_probe.h127 fetch_func_t fn; member
Dtrace_events_filter.c963 filter_pred_fn_t fn = NULL; in select_comparison_fn() local
1008 filter_pred_fn_t fn = filter_pred_none; in init_pred() local
Dtrace.h1274 filter_pred_fn_t fn; member
/kernel/time/
Dhrtimer.c1219 enum hrtimer_restart (*fn)(struct hrtimer *); in __run_hrtimer() local
Dtimer.c1341 void (*fn)(unsigned long); in expire_timers() local
/kernel/sched/
Dcore.c6486 static inline void check_sched_energy_data(int cpu, sched_domain_energy_f fn, in check_sched_energy_data()
6520 sched_domain_energy_f fn) in init_sched_energy()