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)
569 c->booted_cores = 1; in set_cpu_sibling_map()619 c->booted_cores++; in set_cpu_sibling_map()625 cpu_data(i).booted_cores++; in set_cpu_sibling_map()626 } else if (i != cpu && !c->booted_cores) in set_cpu_sibling_map()627 c->booted_cores = cpu_data(i).booted_cores; in set_cpu_sibling_map()1185 cpu_data(sibling).booted_cores--; in remove_siblinginfo()1207 c->booted_cores = 0; in remove_siblinginfo()
266 topo->booted_cores = 0; in update_cpu_masks()286 topo_package->booted_cores++; in update_cpu_masks()291 topo->booted_cores = topo_package->booted_cores; in update_cpu_masks()
27 seq_printf(m, "cpu cores\t: %d\n", c->booted_cores); in show_cpuinfo_core()
167 u16 booted_cores; member
Completed in 14 milliseconds