Home
last modified time | relevance | path

Searched refs:booted_cores (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dtopology.h20 int booted_cores; member
39 #define topology_booted_cores(cpu) (cpu_topology[cpu].booted_cores)
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dtopology.h20 int booted_cores; member
39 #define topology_booted_cores(cpu) (cpu_topology[cpu].booted_cores)
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dsmpboot.c677 c->booted_cores = 1; in set_cpu_sibling_map()
723 * the booted_cores for this new cpu in set_cpu_sibling_map()
727 c->booted_cores++; in set_cpu_sibling_map()
733 cpu_data(i).booted_cores++; in set_cpu_sibling_map()
734 } else if (i != cpu && !c->booted_cores) in set_cpu_sibling_map()
735 c->booted_cores = cpu_data(i).booted_cores; in set_cpu_sibling_map()
1265 ncpus = cpu_data(0).booted_cores * topology_max_smt_threads(); in calculate_max_logical_packages()
1387 cpu_data(sibling).booted_cores--; in remove_siblinginfo()
1409 c->booted_cores in remove_siblinginfo()
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dsmpboot.c595 c->booted_cores = 1; in set_cpu_sibling_map()
635 * the booted_cores for this new cpu in set_cpu_sibling_map()
639 c->booted_cores++; in set_cpu_sibling_map()
645 cpu_data(i).booted_cores++; in set_cpu_sibling_map()
646 } else if (i != cpu && !c->booted_cores) in set_cpu_sibling_map()
647 c->booted_cores = cpu_data(i).booted_cores; in set_cpu_sibling_map()
1421 ncpus = cpu_data(0).booted_cores * topology_max_smt_threads(); in calculate_max_logical_packages()
1558 cpu_data(sibling).booted_cores--; in remove_siblinginfo()
1572 c->booted_cores in remove_siblinginfo()
[all...]
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dtopology.c257 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()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dtopology.c263 topo->booted_cores = 0; in update_cpu_masks()
282 topo_package->booted_cores++; in update_cpu_masks()
285 topo->booted_cores = topo_package->booted_cores; in update_cpu_masks()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H A Dproc.c25 seq_printf(m, "cpu cores\t: %d\n", c->booted_cores); in show_cpuinfo_core()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H A Dproc.c27 seq_printf(m, "cpu cores\t: %d\n", c->booted_cores); in show_cpuinfo_core()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dprocessor.h128 u16 booted_cores; member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dprocessor.h132 u16 booted_cores; member

Completed in 11 milliseconds