Home
last modified time | relevance | path

Searched refs:lgrp_topo_ht_limit (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4/os/
H A Dlgrpplat.c115 if (lgrp_topo_ht_limit() == 1) { in lgrp_plat_init()
146 if (lgrp_topo_ht_limit() > 1 && &plat_lgrp_cpu_to_hand) in lgrp_plat_cpu_to_hand()
165 if (lgrp_topo_ht_limit() == 1 || max_mem_nodes == 1) in lgrp_plat_pfn_to_hand()
206 if (lgrp_topo_ht_limit() == 1 || max_mem_nodes == 1 || mpo_disabled || in lgrp_plat_mem_size()
244 if (lgrp_topo_ht_limit() > 1 && &plat_lgrp_latency) in lgrp_plat_latency()
306 if (lgrp_topo_ht_limit() == 1 || mpo_disabled || max_mem_nodes == 1) in plat_lgrphand_to_mem_node()
323 if (lgrp_topo_ht_limit() == 1 || mpo_disabled || max_mem_nodes == 1) in plat_mem_node_to_lgrphand()
333 if (lgrp_topo_ht_limit() == 1 || mpo_disabled || max_mem_nodes == 1) in plat_assign_lgrphand_to_mem_node()
/illumos-gate/usr/src/uts/common/sys/
H A Dlgrp.h604 int lgrp_topo_ht_limit(void);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c1007 if (lgrp_topo_ht_limit() == 1) { in lgrp_plat_init()
1243 max_mem_nodes == 1 || lgrp_topo_ht_limit() <= 2) in lgrp_plat_probe()
1660 if (lgrp_plat_node_cnt >= 4 && lgrp_topo_ht_limit() == in lgrp_plat_get_numa_config()
2036 ht_limit = lgrp_topo_ht_limit(); in lgrp_plat_main_init()
/illumos-gate/usr/src/uts/common/os/
H A Dlgrp_topo.c1417 lgrp_topo_ht_limit(void) in lgrp_topo_ht_limit() function