Searched refs:lgrp_plathand (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dlgrp_topo.c709 latency = lgrp_plat_latency(oldleaf->lgrp_plathand,
710 newleaf->lgrp_plathand);
734 sibling_latency = lgrp_plat_latency(lgrp->lgrp_plathand,
735 newleaf->lgrp_plathand);
866 latency = lgrp_plat_latency(oldleaf->lgrp_plathand,
867 newleaf->lgrp_plathand);
1174 latency = lgrp_plat_latency(leaf->lgrp_plathand, leaf->lgrp_plathand);
1187 lgrp_root->lgrp_latency = lgrp_plat_latency(lgrp_root->lgrp_plathand,
1188 lgrp_root->lgrp_plathand);
[all...]
H A Dlgrp.c314 lgrp_root->lgrp_plathand = hand;
463 if (lgrp_table[lgrpid]->lgrp_plathand !=
550 (hand != LGRP_NULL_HANDLE && lgrp->lgrp_plathand == hand))
754 my_lgrp->lgrp_plathand = hand;
893 my_lgrp->lgrp_plathand = LGRP_NULL_HANDLE;
944 lgrp->lgrp_plathand = LGRP_NULL_HANDLE;
1294 my_lgrp->lgrp_plathand = hand;
1521 if (LGRP_EXISTS(lgrp) && lgrp->lgrp_plathand == hand)
1602 if (LGRP_EXISTS(lgrp) && lgrp->lgrp_plathand == hand)
1624 if (LGRP_EXISTS(lgrp) && lgrp->lgrp_plathand
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dlgrp.c324 handle != (uintptr_t)lgrp.lgrp_plathand)
373 if (lgrp.lgrp_plathand == LGRP_NULL_HANDLE) {
380 } else if (lgrp.lgrp_plathand == LGRP_DEFAULT_HANDLE) {
392 lgrp.lgrp_plathand,
/illumos-gate/usr/src/uts/common/sys/
H A Dlgrp.h230 lgrp_handle_t lgrp_plathand; /* handle for platform calls */ member in struct:lgrp
467 hand = lgrp_table[lgrpid]->lgrp_plathand; \
/illumos-gate/usr/src/uts/common/syscall/
H A Dlgrpsys.c1114 return (lgrp_plat_latency(from_lgrp->lgrp_plathand,
1115 to_lgrp->lgrp_plathand));
1137 latency = lgrp_plat_latency(from_rsrc->lgrp_plathand,
1138 to_rsrc->lgrp_plathand);

Completed in 74 milliseconds