Searched refs:cpu_first_thread_of_core (Results 1 – 3 of 3) sorted by relevance
76 int cpu_first_thread_of_core(int core);79 static inline int cpu_first_thread_of_core(int core) { return core; } in cpu_first_thread_of_core() function
149 thread_index = cpu_first_thread_of_core(cpu); in drc_index_to_cpu()169 thread_index = cpu_first_thread_of_core(i); in drc_index_to_cpu()
1100 int cpu_first_thread_of_core(int core) in cpu_first_thread_of_core() function1104 EXPORT_SYMBOL_GPL(cpu_first_thread_of_core);