Searched refs:cpu_first_thread_of_core (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dcputhreads.h42 int cpu_first_thread_of_core(int core);
45 static inline int cpu_first_thread_of_core(int core) { return core; } function
/linux-master/arch/powerpc/platforms/pseries/
H A Dpseries_energy.c146 thread_index = cpu_first_thread_of_core(cpu);
166 thread_index = cpu_first_thread_of_core(i);
/linux-master/arch/powerpc/kernel/
H A Dsmp.c1382 int cpu_first_thread_of_core(int core) function
1386 EXPORT_SYMBOL_GPL(cpu_first_thread_of_core); variable

Completed in 112 milliseconds