| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | stop_machine.h | 123 int stop_machine(cpu_stop_fn_t fn, void *data, const struct cpumask *cpus); 152 stop_machine(cpu_stop_fn_t fn, void *data, const struct cpumask *cpus) in stop_machine() function 161 return stop_machine(fn, data, cpus); in stop_machine_from_inactive_cpu()
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | init.c | 578 stop_machine(__fix_kernmem_perms, NULL, NULL); in fix_kernmem_perms() 592 stop_machine(__mark_rodata_ro, NULL, NULL); in mark_rodata_ro()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | stop_machine.c | 642 int stop_machine(cpu_stop_fn_t fn, void *data, const struct cpumask *cpus) in stop_machine() function 652 EXPORT_SYMBOL_GPL(stop_machine);
|
| H A D | Makefile | 84 obj-$(CONFIG_SMP) += stop_machine.o
|
| /OK3568_Linux_fs/kernel/arch/csky/kernel/ |
| H A D | ftrace.c | 233 stop_machine(__ftrace_modify_code, ¶m, cpu_online_mask); in arch_ftrace_update_code()
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | ftrace.c | 46 stop_machine(__ftrace_modify_code, &command, NULL); in arch_ftrace_update_code()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | alternative.c | 230 stop_machine(__apply_alternatives_multi_stop, NULL, cpu_online_mask); in apply_alternatives_all()
|
| H A D | cpufeature.c | 2662 stop_machine(cpu_enable_non_boot_scope_capabilities, in enable_cpu_capabilities()
|
| /OK3568_Linux_fs/kernel/drivers/xen/ |
| H A D | manage.c | 136 err = stop_machine(xen_suspend, &si, cpumask_of(0)); in do_suspend()
|
| /OK3568_Linux_fs/kernel/drivers/char/hw_random/ |
| H A D | intel-rng.c | 372 err = stop_machine(intel_rng_hw_init, intel_rng_hw, NULL); in mod_init()
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | pelt.c | 73 return stop_machine(__set_pelt_halflife, &num, NULL); in set_pelt_halflife()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/lib/ |
| H A D | feature-fixups.c | 249 stop_machine(__do_stf_barrier_fixups, &types, NULL); in do_stf_barrier_fixups() 385 stop_machine(__do_entry_flush_fixups, &types, NULL); in do_entry_flush_fixups()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mtrr/ |
| H A D | mtrr.c | 238 stop_machine(mtrr_rendezvous_handler, &data, cpu_online_mask); in set_mtrr()
|
| /OK3568_Linux_fs/kernel/Documentation/livepatch/ |
| H A D | callbacks.rst | 18 mutexes/spinlocks, or even stop_machine(), to avoid concurrency issues.
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/ |
| H A D | intel_ggtt.c | 356 stop_machine(bxt_vtd_ggtt_insert_page__cb, &arg, NULL); in bxt_vtd_ggtt_insert_page__BKL() 383 stop_machine(bxt_vtd_ggtt_insert_entries__cb, &arg, NULL); in bxt_vtd_ggtt_insert_entries__BKL()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_vivo | 1584 stop_machine
|
| H A D | abi_gki_aarch64_generic | 1814 stop_machine
|
| H A D | abi_gki_aarch64_exynos | 1871 stop_machine
|
| H A D | abi_gki_aarch64_qcom | 2386 stop_machine
|
| H A D | abi_gki_aarch64_oplus | 2565 stop_machine
|
| H A D | abi_gki_aarch64_galaxy | 3879 stop_machine
|
| /OK3568_Linux_fs/kernel/Documentation/RCU/ |
| H A D | stallwarn.rst | 264 sort of false positive without resorting to things like stop_machine(),
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | timekeeping.c | 1484 stop_machine(change_clocksource, clock, NULL); in timekeeping_notify()
|
| /OK3568_Linux_fs/kernel/drivers/edac/ |
| H A D | thunderx_edac.c | 431 stop_machine(inject_ecc_fn, lmc, NULL); in thunderx_lmc_inject_ecc_write()
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | kprobes.rst | 254 After that, the Kprobe-optimizer calls stop_machine() to replace
|