Searched refs:booted_cores (Results 1 – 3 of 3) sorted by relevance
286 c[cpu].booted_cores = 1; in set_cpu_sibling_map()306 c[cpu].booted_cores++; in set_cpu_sibling_map()312 c[i].booted_cores++; in set_cpu_sibling_map()314 else if ( (i != cpu) && !c[cpu].booted_cores ) in set_cpu_sibling_map()316 c[cpu].booted_cores = c[i].booted_cores; in set_cpu_sibling_map()1225 cpu_data[sibling].booted_cores--; in remove_siblinginfo()
127 __u32 booted_cores; /* number of cores as seen by OS */ member
1060 *ncores_active = c->booted_cores; in x86_mc_get_cpu_info()
Completed in 11 milliseconds