Home
last modified time | relevance | path

Searched refs:cpu_starting (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/arch/mips/kernel/
Dsmp.c58 static DECLARE_COMPLETION(cpu_starting);
361 complete(&cpu_starting); in start_secondary()
440 if (!wait_for_completion_timeout(&cpu_starting, in __cpu_up()
/linux-6.1.9/arch/loongarch/kernel/
Dsmp.c51 static DECLARE_COMPLETION(cpu_starting);
453 if (!wait_for_completion_timeout(&cpu_starting, in __cpu_up()
487 complete(&cpu_starting); in start_secondary()
/linux-6.1.9/arch/x86/events/amd/
Dcore.c1265 .cpu_starting = amd_pmu_cpu_starting,
/linux-6.1.9/arch/x86/events/
Dperf_event.h809 void (*cpu_starting)(int cpu); member
Dcore.c1790 if (x86_pmu.cpu_starting) in x86_pmu_starting_cpu()
1791 x86_pmu.cpu_starting(cpu); in x86_pmu_starting_cpu()
/linux-6.1.9/arch/x86/events/intel/
Dcore.c4793 .cpu_starting = intel_pmu_cpu_starting,
4839 .cpu_starting = intel_pmu_cpu_starting,