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)
584 c->booted_cores = 1; in set_cpu_sibling_map()628 c->booted_cores++; in set_cpu_sibling_map()634 cpu_data(i).booted_cores++; in set_cpu_sibling_map()635 } else if (i != cpu && !c->booted_cores) in set_cpu_sibling_map()636 c->booted_cores = cpu_data(i).booted_cores; in set_cpu_sibling_map()1410 ncpus = cpu_data(0).booted_cores * topology_max_smt_threads(); in calculate_max_logical_packages()1547 cpu_data(sibling).booted_cores--; in remove_siblinginfo()1561 c->booted_cores = 0; in remove_siblinginfo()
257 topo->booted_cores = 0; in update_cpu_masks()276 topo_package->booted_cores++; in update_cpu_masks()279 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()
128 u16 booted_cores; member