Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Dsmp.c58 static DECLARE_COMPLETION(cpu_starting);
379 complete(&cpu_starting); in start_secondary()
458 if (!wait_for_completion_timeout(&cpu_starting, in __cpu_up()
/openbmc/linux/arch/loongarch/kernel/
H A Dsmp.c51 static DECLARE_COMPLETION(cpu_starting);
550 if (!wait_for_completion_timeout(&cpu_starting, in start_secondary()
584 complete(&cpu_starting);
/openbmc/linux/arch/x86/events/amd/
H A Dcore.c1291 .cpu_starting = amd_pmu_cpu_starting,
/openbmc/linux/arch/x86/events/
H A Dperf_event.h813 void (*cpu_starting)(int cpu); member
H A Dcore.c1791 if (x86_pmu.cpu_starting) in x86_pmu_starting_cpu()
1792 x86_pmu.cpu_starting(cpu); in x86_pmu_starting_cpu()
/openbmc/linux/arch/x86/events/intel/
H A Dcore.c4970 .cpu_starting = intel_pmu_cpu_starting,
5016 .cpu_starting = intel_pmu_cpu_starting,