Searched refs:cntb (Results 1 – 1 of 1) sorted by relevance
460 unsigned int cnta, cntb, cpu, allowed = 1; in topology_init_possible_cpus() local500 cntb = num_phys_nodes(); in topology_init_possible_cpus()501 __num_nodes_per_package = DIV_ROUND_UP(cntb, cnta); in topology_init_possible_cpus()503 pr_info("Max. logical nodes: %3u\n", cntb); in topology_init_possible_cpus()506 cntb = domain_weight(TOPO_DIE_DOMAIN); in topology_init_possible_cpus()507 __max_dies_per_package = 1U << (get_count_order(cntb) - get_count_order(cnta)); in topology_init_possible_cpus()509 pr_info("Max. logical dies: %3u\n", cntb); in topology_init_possible_cpus()513 cntb = domain_weight(TOPO_SMT_DOMAIN); in topology_init_possible_cpus()518 __max_threads_per_core = DIV_ROUND_UP(cntb, cnta); in topology_init_possible_cpus()