Symbol: lgrp_plat_latency
usr/src/uts/common/os/lgrp.c
1300
my_lgrp->lgrp_latency = lgrp_plat_latency(hand, hand);
usr/src/uts/common/os/lgrp.c
1310
} else if (my_lgrp->lgrp_latency == 0 && lgrp_plat_latency(hand, hand)
usr/src/uts/common/os/lgrp.c
324
lgrp_root->lgrp_latency = lgrp_plat_latency(hand, hand);
usr/src/uts/common/os/lgrp.c
759
my_lgrp->lgrp_latency = lgrp_plat_latency(hand, hand);
usr/src/uts/common/os/lgrp.c
773
} else if (my_lgrp->lgrp_latency == 0 && lgrp_plat_latency(hand, hand)
usr/src/uts/common/os/lgrp_topo.c
1174
latency = lgrp_plat_latency(leaf->lgrp_plathand, leaf->lgrp_plathand);
usr/src/uts/common/os/lgrp_topo.c
1187
lgrp_root->lgrp_latency = lgrp_plat_latency(lgrp_root->lgrp_plathand,
usr/src/uts/common/os/lgrp_topo.c
1369
lgrp->lgrp_latency = lgrp_plat_latency(hdl, hdl);
usr/src/uts/common/os/lgrp_topo.c
1405
lgrp->lgrp_latency = lgrp_plat_latency(hdl, hdl);
usr/src/uts/common/os/lgrp_topo.c
709
latency = lgrp_plat_latency(oldleaf->lgrp_plathand,
usr/src/uts/common/os/lgrp_topo.c
734
sibling_latency = lgrp_plat_latency(lgrp->lgrp_plathand,
usr/src/uts/common/os/lgrp_topo.c
866
latency = lgrp_plat_latency(oldleaf->lgrp_plathand,
usr/src/uts/common/sys/lgrp.h
625
int lgrp_plat_latency(lgrp_handle_t, lgrp_handle_t);
usr/src/uts/common/syscall/lgrpsys.c
1115
return (lgrp_plat_latency(from_lgrp->lgrp_plathand,
usr/src/uts/common/syscall/lgrpsys.c
1138
latency = lgrp_plat_latency(from_rsrc->lgrp_plathand,
usr/src/uts/i86pc/os/lgrpplat.c
432
int lgrp_plat_latency(lgrp_handle_t from, lgrp_handle_t to);