stop_machine 26 include/linux/stop_machine.h int stop_machine(int (*fn)(void *), void *data, const cpumask_t *cpus); stop_machine 681 kernel/module.c return stop_machine(__try_stop_module, &sref, NULL); stop_machine 1419 kernel/module.c stop_machine(__unlink_module, mod, NULL); stop_machine 2200 kernel/module.c stop_machine(__link_module, mod, NULL); stop_machine 2234 kernel/module.c stop_machine(__unlink_module, mod, NULL); stop_machine 590 kernel/trace/ftrace.c stop_machine(__ftrace_modify_code, &command, NULL); stop_machine 790 kernel/trace/ftrace.c stop_machine(__ftrace_update_code, NULL, NULL); stop_machine 1567 kernel/trace/ftrace.c stop_machine(ftrace_dyn_arch_init, &addr, NULL); stop_machine 2406 mm/page_alloc.c stop_machine(__build_all_zonelists, NULL, NULL);