Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dlgrp_topo.c709 latency = lgrp_plat_latency(oldleaf->lgrp_plathand, in lgrp_split()
710 newleaf->lgrp_plathand); in lgrp_split()
734 sibling_latency = lgrp_plat_latency(lgrp->lgrp_plathand, in lgrp_split()
735 newleaf->lgrp_plathand); in lgrp_split()
866 latency = lgrp_plat_latency(oldleaf->lgrp_plathand, in lgrp_lineage_add()
867 newleaf->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()
1188 lgrp_root->lgrp_plathand); in lgrp_leaf_add()
1366 hdl = lgrp->lgrp_plathand; in lgrp_topo_flatten()
[all …]
H A Dlgrp.c314 lgrp_root->lgrp_plathand = hand; in lgrp_root_init()
463 if (lgrp_table[lgrpid]->lgrp_plathand != in lgrp_main_init()
550 (hand != LGRP_NULL_HANDLE && lgrp->lgrp_plathand == hand)) in lgrp_latency_change()
754 my_lgrp->lgrp_plathand = hand; in lgrp_cpu_init()
893 my_lgrp->lgrp_plathand = LGRP_NULL_HANDLE; in lgrp_create()
944 lgrp->lgrp_plathand = LGRP_NULL_HANDLE; in lgrp_destroy()
1294 my_lgrp->lgrp_plathand = hand; in lgrp_mem_init()
1521 if (LGRP_EXISTS(lgrp) && lgrp->lgrp_plathand == hand) in lgrp_hand_to_lgrp()
1602 if (LGRP_EXISTS(lgrp) && lgrp->lgrp_plathand == hand) in lgrp_pfn_to_lgrp()
1624 if (LGRP_EXISTS(lgrp) && lgrp->lgrp_plathand == hand) in lgrp_phys_to_lgrp()
[all …]
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dlgrp.c324 handle != (uintptr_t)lgrp.lgrp_plathand) in lgrp()
373 if (lgrp.lgrp_plathand == LGRP_NULL_HANDLE) { in lgrp()
380 } else if (lgrp.lgrp_plathand == LGRP_DEFAULT_HANDLE) { in lgrp()
392 lgrp.lgrp_plathand, in lgrp()
/titanic_44/usr/src/uts/common/sys/
H A Dlgrp.h230 lgrp_handle_t lgrp_plathand; /* handle for platform calls */ member
467 hand = lgrp_table[lgrpid]->lgrp_plathand; \
/titanic_44/usr/src/uts/common/syscall/
H A Dlgrpsys.c1096 return (lgrp_plat_latency(from_lgrp->lgrp_plathand, in lgrp_latency()
1097 to_lgrp->lgrp_plathand)); in lgrp_latency()
1119 latency = lgrp_plat_latency(from_rsrc->lgrp_plathand, in lgrp_latency()
1120 to_rsrc->lgrp_plathand); in lgrp_latency()