Home
last modified time | relevance | path

Searched refs:cpu_stop_fn_t (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
A Dstop_machine.h20 typedef int (*cpu_stop_fn_t)(void *arg); typedef
26 cpu_stop_fn_t fn;
32 int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg);
34 bool stop_one_cpu_nowait(unsigned int cpu, cpu_stop_fn_t fn, void *arg,
48 cpu_stop_fn_t fn;
52 static inline int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg) in stop_one_cpu()
72 cpu_stop_fn_t fn, void *arg, in stop_one_cpu_nowait()
114 int stop_machine(cpu_stop_fn_t fn, void *data, const struct cpumask *cpus);
127 int stop_machine_from_inactive_cpu(cpu_stop_fn_t fn, void *data,
143 stop_machine(cpu_stop_fn_t fn, void *data, const struct cpumask *cpus) in stop_machine()
[all …]
/linux/kernel/
A Dstop_machine.c46 cpu_stop_fn_t fn;
139 int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg) in stop_one_cpu()
171 cpu_stop_fn_t fn;
384 bool stop_one_cpu_nowait(unsigned int cpu, cpu_stop_fn_t fn, void *arg, in stop_one_cpu_nowait()
392 cpu_stop_fn_t fn, void *arg, in queue_stop_cpus_work()
424 cpu_stop_fn_t fn, void *arg) in __stop_cpus()
463 static int stop_cpus(const struct cpumask *cpumask, cpu_stop_fn_t fn, void *arg) in stop_cpus()
502 cpu_stop_fn_t fn = work->fn; in cpu_stopper_thread()
588 int stop_machine_cpuslocked(cpu_stop_fn_t fn, void *data, in stop_machine_cpuslocked()
624 int stop_machine(cpu_stop_fn_t fn, void *data, const struct cpumask *cpus) in stop_machine()
[all …]

Completed in 4 milliseconds