Searched refs:lgrp_latency (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/uts/common/os/ |
H A D | lgrp_topo.c | 224 lat_saved = cur->lgrp_latency; in lgrp_rsets_replace() 225 cur->lgrp_latency = lat_new; in lgrp_rsets_replace() 356 if (lgrp1->lgrp_latency > lgrp2->lgrp_latency) in lgrp_consolidate() 357 lgrp2->lgrp_latency = lgrp1->lgrp_latency; in lgrp_consolidate() 495 (lgrp->lgrp_latency != target->lgrp_latency && in lgrp_collapse_dups() 562 new->lgrp_latency = latency; in lgrp_new_parent() 765 count += lgrp_new_parent(child, parent->lgrp_latency, in lgrp_split() 957 latency, parent->lgrp_latency); in lgrp_lineage_add() 964 if (latency < parent->lgrp_latency) { in lgrp_lineage_add() 1065 } else if (latency == parent->lgrp_latency) { in lgrp_lineage_add() [all …]
|
H A D | lgrp.c | 322 lgrp_root->lgrp_latency = lgrp_plat_latency(hand, hand); in lgrp_root_init() 549 lgrp->lgrp_latency == oldtime) || in lgrp_latency_change() 551 lgrp->lgrp_latency = (int)newtime; in lgrp_latency_change() 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() 892 my_lgrp->lgrp_latency = 0; in lgrp_create() 943 lgrp->lgrp_latency = 0; in lgrp_destroy() 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_50/usr/src/man/man3lgrp/ |
H A D | Makefile | 28 lgrp_latency.3lgrp \ 42 lgrp_latency_cookie.3lgrp := LINKSRC = lgrp_latency.3lgrp
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3lgrp.inc | 24 file path=usr/share/man/man3lgrp/lgrp_latency.3lgrp 35 target=lgrp_latency.3lgrp
|
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/ |
H A D | Lgrp.t | 209 my $latency = lgrp_latency($root, $root); 250 ok(lgrp_latency($root, $root), $c->latency($root, $root));
|
H A D | Lgrp_api.t | 201 my $latency = lgrp_latency($root, $root);
|
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/ |
H A D | Lgrp.xs | 143 lgrp_latency(from, to) : in _lgrp_latency_cookie() 259 lgrp_latency(lgrp_id_t from,lgrp_id_t to)
|
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/ |
H A D | Lgrp.pod | 65 $latency = lgrp_latency($lgrp1, $lgrp2); 441 L<lgrp_latency_cookie()> is an alias for L<lgrp_latency()>. 445 =item lgrp_latency($from, $to) 453 See L<lgrp_latency(3LGRP)> for more information. 604 hardware resource in the B<$to> lgroup. It will use L<lgrp_latency()> for 635 lgrp_cpus(), lgrp_fini(), lgrp_home(), lgrp_init(), lgrp_latency(), 700 list. The L<lgrp_latency_cookie()> function is an alias for lgrp_latency for 727 L<lgrp_latency(3LGRP)>,
|
/titanic_50/usr/src/lib/liblgrp/common/ |
H A D | mapfile-vers | 57 lgrp_latency;
|
H A D | lgrp.c | 1108 lgrp_latency(lgrp_id_t from, lgrp_id_t to) in lgrp_latency() function
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | lgrp_user.h | 262 int lgrp_latency(lgrp_id_t from, lgrp_id_t to);
|
H A D | lgrp.h | 229 int lgrp_latency; member
|
/titanic_50/usr/src/uts/common/syscall/ |
H A D | lgrpsys.c | 1079 lgrp_latency(lgrp_id_t from, lgrp_id_t to) in lgrp_latency() function 1106 latency = from_lgrp->lgrp_latency; in lgrp_latency() 1441 lgrp_info[i].info_latency = lgrp->lgrp_latency; in lgrp_snapshot() 1514 lgrp_lats[i][j] = lgrp_latency(lgrp->lgrp_id, in lgrp_snapshot() 2096 latency = lgrp_latency(ia, (lgrp_id_t)(uintptr_t)ap); in lgrpsys()
|
/titanic_50/usr/src/cmd/pools/poold/libjlgrp/ |
H A D | jlgrp.c | 249 return ((jint) lgrp_latency((lgrp_id_t)from, (lgrp_id_t)to)); in Java_com_sun_solaris_service_locality_LocalityGroup_jl_1latency()
|