Home
last modified time | relevance | path

Searched refs:lgrp_latency (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dlgrp_topo.c224 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 Dlgrp.c324 lgrp_root->lgrp_latency = lgrp_plat_latency(hand, hand); in lgrp_root_init()
553 lgrp->lgrp_latency == oldtime) || in lgrp_latency_change()
555 lgrp->lgrp_latency = (int)newtime; in lgrp_latency_change()
759 my_lgrp->lgrp_latency = lgrp_plat_latency(hand, hand); in lgrp_cpu_init()
773 } else if (my_lgrp->lgrp_latency == 0 && lgrp_plat_latency(hand, hand) in lgrp_cpu_init()
897 my_lgrp->lgrp_latency = 0; in lgrp_create()
948 lgrp->lgrp_latency = 0; in lgrp_destroy()
1300 my_lgrp->lgrp_latency = lgrp_plat_latency(hand, hand); in lgrp_mem_init()
1310 } else if (my_lgrp->lgrp_latency == 0 && lgrp_plat_latency(hand, hand) in lgrp_mem_init()
/illumos-gate/usr/src/man/man3lgrp/
H A DMakefile28 lgrp_latency.3lgrp \
42 lgrp_latency_cookie.3lgrp := LINKSRC = lgrp_latency.3lgrp
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3lgrp.inc26 file path=usr/share/man/man3lgrp/lgrp_latency.3lgrp
28 target=lgrp_latency.3lgrp
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp.t209 my $latency = lgrp_latency($root, $root);
250 ok(lgrp_latency($root, $root), $c->latency($root, $root));
H A DLgrp_api.t201 my $latency = lgrp_latency($root, $root);
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/
H A DLgrp.pod63 $latency = lgrp_latency($lgrp1, $lgrp2);
439 L<lgrp_latency_cookie()> is an alias for L<lgrp_latency()>.
443 =item lgrp_latency($from, $to)
451 See L<lgrp_latency(3LGRP)> for more information.
602 hardware resource in the B<$to> lgroup. It will use L<lgrp_latency()> for
633 lgrp_cpus(), lgrp_fini(), lgrp_home(), lgrp_init(), lgrp_latency(),
698 list. The L<lgrp_latency_cookie()> function is an alias for lgrp_latency for
725 L<lgrp_latency(3LGRP)>,
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.xs131 lgrp_latency(from, to) : in _lgrp_latency_cookie()
247 lgrp_latency(lgrp_id_t from,lgrp_id_t to)
/illumos-gate/usr/src/lib/liblgrp/common/
H A Dmapfile-vers57 lgrp_latency;
H A Dlgrp.c1105 lgrp_latency(lgrp_id_t from, lgrp_id_t to) in lgrp_latency() function
/illumos-gate/usr/src/uts/common/sys/
H A Dlgrp_user.h263 int lgrp_latency(lgrp_id_t from, lgrp_id_t to);
H A Dlgrp.h231 int lgrp_latency; member
/illumos-gate/usr/src/uts/common/syscall/
H A Dlgrpsys.c1080 lgrp_latency(lgrp_id_t from, lgrp_id_t to) in lgrp_latency() function
1107 latency = from_lgrp->lgrp_latency; in lgrp_latency()
1442 lgrp_info[i].info_latency = lgrp->lgrp_latency; in lgrp_snapshot()
1515 lgrp_lats[i][j] = lgrp_latency(lgrp->lgrp_id, in lgrp_snapshot()
2097 latency = lgrp_latency(ia, (lgrp_id_t)(uintptr_t)ap); in lgrpsys()
/illumos-gate/usr/src/cmd/pools/poold/libjlgrp/
H A Djlgrp.c246 return ((jint) lgrp_latency((lgrp_id_t)from, (lgrp_id_t)to)); in Java_com_sun_solaris_service_locality_LocalityGroup_jl_1latency()