Searched refs:booted_cores (Results 1 – 5 of 5) sorted by relevance
20 int booted_cores; member39 #define topology_booted_cores(cpu) (cpu_topology[cpu].booted_cores)
624 c->booted_cores = 1; in set_cpu_sibling_map()674 c->booted_cores++; in set_cpu_sibling_map()680 cpu_data(i).booted_cores++; in set_cpu_sibling_map()681 } else if (i != cpu && !c->booted_cores) in set_cpu_sibling_map()682 c->booted_cores = cpu_data(i).booted_cores; in set_cpu_sibling_map()1475 ncpus = cpu_data(0).booted_cores * topology_max_smt_threads(); in calculate_max_logical_packages()1615 cpu_data(sibling).booted_cores--; in remove_siblinginfo()1637 c->booted_cores = 0; in remove_siblinginfo()
261 topo->booted_cores = 0; in update_cpu_masks()280 topo_package->booted_cores++; in update_cpu_masks()283 topo->booted_cores = topo_package->booted_cores; in update_cpu_masks()
25 seq_printf(m, "cpu cores\t: %d\n", c->booted_cores); in show_cpuinfo_core()
130 u16 booted_cores; member