Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dcputhreads.h75 int cpu_first_thread_of_core(int core);
78 static inline int cpu_first_thread_of_core(int core) { return core; } in cpu_first_thread_of_core() function
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dpseries_energy.c146 thread_index = cpu_first_thread_of_core(cpu); in drc_index_to_cpu()
166 thread_index = cpu_first_thread_of_core(i); in drc_index_to_cpu()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsmp.c1261 int cpu_first_thread_of_core(int core) in cpu_first_thread_of_core() function
1265 EXPORT_SYMBOL_GPL(cpu_first_thread_of_core);