Searched refs:cpu_stop_fn_t (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/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() 141 int stop_core_cpuslocked(unsigned int cpu, cpu_stop_fn_t fn, void *data); 143 int stop_machine_from_inactive_cpu(cpu_stop_fn_t fn, void *data, 159 stop_machine(cpu_stop_fn_t fn, void *data, const struct cpumask *cpus) in stop_machine() [all …]
|
/linux-6.3-rc2/kernel/ |
A D | stop_machine.c | 46 cpu_stop_fn_t fn; 139 int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg) in stop_one_cpu() 171 cpu_stop_fn_t fn; 384 bool stop_one_cpu_nowait(unsigned int cpu, cpu_stop_fn_t fn, void *arg, in stop_one_cpu_nowait() 392 cpu_stop_fn_t fn, void *arg, in queue_stop_cpus_work() 424 cpu_stop_fn_t fn, void *arg) in __stop_cpus() 502 cpu_stop_fn_t fn = work->fn; in cpu_stopper_thread() 586 int stop_machine_cpuslocked(cpu_stop_fn_t fn, void *data, in stop_machine_cpuslocked() 622 int stop_machine(cpu_stop_fn_t fn, void *data, const struct cpumask *cpus) in stop_machine() 635 int stop_core_cpuslocked(unsigned int cpu, cpu_stop_fn_t fn, void *data) in stop_core_cpuslocked() [all …]
|
Completed in 4 milliseconds