Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/include/asm/
Dcputhreads.h66 int cpu_first_thread_of_core(int core);
69 static inline int cpu_first_thread_of_core(int core) { return core; } in cpu_first_thread_of_core() function
/linux-3.4.99/arch/powerpc/kernel/
Dsmp.c591 int cpu_first_thread_of_core(int core) in cpu_first_thread_of_core() function
595 EXPORT_SYMBOL_GPL(cpu_first_thread_of_core);
/linux-3.4.99/arch/powerpc/platforms/pseries/
Dpseries_energy.c127 cpu = cpu_first_thread_of_core(i); in drc_index_to_cpu()