Searched refs:lgrp_plat_latency (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/os/ |
H A D | lgrp_topo.c | 709 latency = lgrp_plat_latency(oldleaf->lgrp_plathand, in lgrp_split() 734 sibling_latency = lgrp_plat_latency(lgrp->lgrp_plathand, in lgrp_split() 866 latency = lgrp_plat_latency(oldleaf->lgrp_plathand, in lgrp_lineage_add() 1174 latency = lgrp_plat_latency(leaf->lgrp_plathand, leaf->lgrp_plathand); in lgrp_leaf_add() 1187 lgrp_root->lgrp_latency = lgrp_plat_latency(lgrp_root->lgrp_plathand, in lgrp_leaf_add() 1369 lgrp->lgrp_latency = lgrp_plat_latency(hdl, hdl); in lgrp_topo_flatten() 1405 lgrp->lgrp_latency = lgrp_plat_latency(hdl, hdl); in lgrp_topo_flatten()
|
H A D | lgrp.c | 322 lgrp_root->lgrp_latency = lgrp_plat_latency(hand, hand); in lgrp_root_init() 755 my_lgrp->lgrp_latency = lgrp_plat_latency(hand, hand); in lgrp_cpu_init() 769 } else if (my_lgrp->lgrp_latency == 0 && lgrp_plat_latency(hand, hand) in lgrp_cpu_init() 1295 my_lgrp->lgrp_latency = lgrp_plat_latency(hand, hand); in lgrp_mem_init() 1305 } else if (my_lgrp->lgrp_latency == 0 && lgrp_plat_latency(hand, hand) in lgrp_mem_init()
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | lgrpplat.c | 242 lgrp_plat_latency(lgrp_handle_t from, lgrp_handle_t to) in lgrp_plat_latency() function
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | lgrp.h | 623 int lgrp_plat_latency(lgrp_handle_t, lgrp_handle_t);
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | lgrpsys.c | 1096 return (lgrp_plat_latency(from_lgrp->lgrp_plathand, in lgrp_latency() 1119 latency = lgrp_plat_latency(from_rsrc->lgrp_plathand, in lgrp_latency()
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | lgrpplat.c | 431 int lgrp_plat_latency(lgrp_handle_t from, lgrp_handle_t to); 1053 lgrp_plat_latency(lgrp_handle_t from, lgrp_handle_t to) in lgrp_plat_latency() function
|