Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dstop_machine.h20 typedef int (*cpu_stop_fn_t)(void *arg); typedef
26 cpu_stop_fn_t fn;
41 int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg);
42 int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn, void *arg);
43 bool stop_one_cpu_nowait(unsigned int cpu, cpu_stop_fn_t fn, void *arg,
48 int stop_one_cpu_async(unsigned int cpu, cpu_stop_fn_t fn, void *arg,
59 cpu_stop_fn_t fn;
63 static inline int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg) in stop_one_cpu()
83 cpu_stop_fn_t fn, void *arg, in stop_one_cpu_nowait()
123 int stop_machine(cpu_stop_fn_t fn, void *data, const struct cpumask *cpus);
[all …]
/OK3568_Linux_fs/kernel/kernel/
H A Dstop_machine.c114 int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg) in stop_one_cpu()
146 cpu_stop_fn_t fn;
309 int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn, void *arg) in stop_two_cpus()
358 bool stop_one_cpu_nowait(unsigned int cpu, cpu_stop_fn_t fn, void *arg, in stop_one_cpu_nowait()
381 int stop_one_cpu_async(unsigned int cpu, cpu_stop_fn_t fn, void *arg, in stop_one_cpu_async()
415 cpu_stop_fn_t fn, void *arg, in queue_stop_cpus_work()
446 cpu_stop_fn_t fn, void *arg) in __stop_cpus()
485 static int stop_cpus(const struct cpumask *cpumask, cpu_stop_fn_t fn, void *arg) in stop_cpus()
524 cpu_stop_fn_t fn = work->fn; in cpu_stopper_thread()
606 int stop_machine_cpuslocked(cpu_stop_fn_t fn, void *data, in stop_machine_cpuslocked()
[all …]