Home
last modified time | relevance | path

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

/kernel/
Dstop_machine.c590 int stop_machine_cpuslocked(cpu_stop_fn_t fn, void *data, in stop_machine_cpuslocked() function
632 ret = stop_machine_cpuslocked(fn, data, cpus); in stop_machine()
Dcpu.c1071 err = stop_machine_cpuslocked(take_cpu_down, NULL, cpumask_of(cpu)); in takedown_cpu()