Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dstop_machine.h20 typedef int (*cpu_stop_fn_t)(void *arg); typedef
26 cpu_stop_fn_t fn;
31 int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg);
32 int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn, void *arg);
33 bool stop_one_cpu_nowait(unsigned int cpu, cpu_stop_fn_t fn, void *arg,
35 int stop_cpus(const struct cpumask *cpumask, cpu_stop_fn_t fn, void *arg);
36 int try_stop_cpus(const struct cpumask *cpumask, cpu_stop_fn_t fn, void *arg);
46 cpu_stop_fn_t fn;
50 static inline int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg) in stop_one_cpu()
70 cpu_stop_fn_t fn, void *arg, in stop_one_cpu_nowait()
[all …]
/Linux-v4.19/kernel/
Dstop_machine.c123 int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg) in stop_one_cpu()
155 cpu_stop_fn_t fn;
307 int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn, void *arg) in stop_two_cpus()
356 bool stop_one_cpu_nowait(unsigned int cpu, cpu_stop_fn_t fn, void *arg, in stop_one_cpu_nowait()
364 cpu_stop_fn_t fn, void *arg, in queue_stop_cpus_work()
393 cpu_stop_fn_t fn, void *arg) in __stop_cpus()
432 int stop_cpus(const struct cpumask *cpumask, cpu_stop_fn_t fn, void *arg) in stop_cpus()
461 int try_stop_cpus(const struct cpumask *cpumask, cpu_stop_fn_t fn, void *arg) in try_stop_cpus()
501 cpu_stop_fn_t fn = work->fn; in cpu_stopper_thread()
583 int stop_machine_cpuslocked(cpu_stop_fn_t fn, void *data, in stop_machine_cpuslocked()
[all …]