Searched refs:cpu_stop_fn_t (Results 1 – 1 of 1) sorted by relevance
| /include/linux/ |
| A D | stop_machine.h | 20 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() 159 int stop_core_cpuslocked(unsigned int cpu, cpu_stop_fn_t fn, void *data); 161 int stop_machine_from_inactive_cpu(cpu_stop_fn_t fn, void *data, 177 stop_machine(cpu_stop_fn_t fn, void *data, const struct cpumask *cpus) in stop_machine() [all …]
|
Completed in 3 milliseconds