Lines Matching refs:cpu_stop_fn_t
19 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()
79 cpu_stop_fn_t fn, void *arg) in stop_cpus()
87 cpu_stop_fn_t fn, void *arg) in try_stop_cpus()