cpu_first_thread_of_core
int cpu_first_thread_of_core(int core);
EXPORT_SYMBOL_GPL(cpu_first_thread_of_core);
thread_index = cpu_first_thread_of_core(cpu);
thread_index = cpu_first_thread_of_core(i);