Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dstop_machine.h19 typedef int (*cpu_stop_fn_t)(void *arg); typedef
25 cpu_stop_fn_t fn;
30 int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg);
31 int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn, void *arg);
32 void stop_one_cpu_nowait(unsigned int cpu, cpu_stop_fn_t fn, void *arg,
34 int stop_cpus(const struct cpumask *cpumask, cpu_stop_fn_t fn, void *arg);
35 int try_stop_cpus(const struct cpumask *cpumask, cpu_stop_fn_t fn, void *arg);
43 cpu_stop_fn_t fn;
47 static inline int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg) in stop_one_cpu()
67 cpu_stop_fn_t fn, void *arg, in stop_one_cpu_nowait()
[all …]
/linux-4.1.27/kernel/
Dstop_machine.c116 int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg) in stop_one_cpu()
244 int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn, void *arg) in stop_two_cpus()
319 void stop_one_cpu_nowait(unsigned int cpu, cpu_stop_fn_t fn, void *arg, in stop_one_cpu_nowait()
331 cpu_stop_fn_t fn, void *arg, in queue_stop_cpus_work()
357 cpu_stop_fn_t fn, void *arg) in __stop_cpus()
395 int stop_cpus(const struct cpumask *cpumask, cpu_stop_fn_t fn, void *arg) in stop_cpus()
424 int try_stop_cpus(const struct cpumask *cpumask, cpu_stop_fn_t fn, void *arg) in try_stop_cpus()
465 cpu_stop_fn_t fn = work->fn; in cpu_stopper_thread()