Searched refs:last_cpu_list (Results 1 – 1 of 1) sorted by relevance
172 char *last_cpu_list; in get_cpu_topology() local217 last_cpu_list = cpu_top->core_info[0].core_cpu_list; in get_cpu_topology()220 if (strcmp(cpu_top->core_info[cpu].core_cpu_list, last_cpu_list) != 0 && in get_cpu_topology()222 last_cpu_list = cpu_top->core_info[cpu].core_cpu_list; in get_cpu_topology()
Completed in 3 milliseconds