Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A 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()
/OK3568_Linux_fs/kernel/arch/x86/events/amd/
H A Dcore.c935 .cpu_starting = amd_pmu_cpu_starting,
/OK3568_Linux_fs/kernel/arch/x86/events/
H A Dperf_event.h705 void (*cpu_starting)(int cpu); member
H A Dcore.c1744 if (x86_pmu.cpu_starting) in x86_pmu_starting_cpu()
1745 x86_pmu.cpu_starting(cpu); in x86_pmu_starting_cpu()
/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Dcore.c4296 .cpu_starting = intel_pmu_cpu_starting,
4340 .cpu_starting = intel_pmu_cpu_starting,