Searched refs:booted_cores (Results 1 – 3 of 3) sorted by relevance
531 c->booted_cores = 1; in set_cpu_sibling_map()567 c->booted_cores++; in set_cpu_sibling_map()573 cpu_data(i).booted_cores++; in set_cpu_sibling_map()574 } else if (i != cpu && !c->booted_cores) in set_cpu_sibling_map()575 c->booted_cores = cpu_data(i).booted_cores; in set_cpu_sibling_map()1348 ncpus = cpu_data(0).booted_cores * topology_max_smt_threads(); in calculate_max_logical_packages()1485 cpu_data(sibling).booted_cores--; in remove_siblinginfo()1496 c->booted_cores = 0; in remove_siblinginfo()
21 seq_printf(m, "cpu cores\t: %d\n", c->booted_cores); in show_cpuinfo_core()
125 u16 booted_cores; member