Searched refs:stop_core_cpuslocked (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/platform/x86/intel/ifs/ |
D | runtest.c | 270 stop_core_cpuslocked(cpu, doscan, ¶ms); in ifs_test_core() 350 stop_core_cpuslocked(cpu, do_array_test, &command); in ifs_array_test_core() 389 stop_core_cpuslocked(cpu, do_array_test_gen1, &status); in ifs_array_test_gen1() 571 stop_core_cpuslocked(cpu, dosbaf, &run_params); in ifs_sbaf_test_core()
|
/linux-6.12.1/include/linux/ |
D | stop_machine.h | 141 int stop_core_cpuslocked(unsigned int cpu, cpu_stop_fn_t fn, void *data);
|
/linux-6.12.1/kernel/ |
D | stop_machine.c | 635 int stop_core_cpuslocked(unsigned int cpu, cpu_stop_fn_t fn, void *data) in stop_core_cpuslocked() function 652 EXPORT_SYMBOL_GPL(stop_core_cpuslocked);
|