Home
last modified time | relevance | path

Searched refs:stop_machine (Results 1 – 5 of 5) sorted by relevance

/kernel/
Dstop_machine.c569 int stop_machine(cpu_stop_fn_t fn, void *data, const struct cpumask *cpus) in stop_machine() function
579 EXPORT_SYMBOL_GPL(stop_machine);
DMakefile73 obj-$(CONFIG_SMP) += stop_machine.o
Dcpu.c408 err = stop_machine(take_cpu_down, &tcd_param, cpumask_of(cpu)); in _cpu_down()
/kernel/time/
Dtimekeeping.c1176 stop_machine(change_clocksource, clock, NULL); in timekeeping_notify()
/kernel/trace/
Dftrace.c2521 stop_machine(__ftrace_modify_code, &command, NULL); in ftrace_run_stop_machine()