Home
last modified time | relevance | path

Searched refs:latency (Results 1 – 25 of 36) sorted by relevance

12

/titanic_41/usr/src/uts/common/os/
H A Dlgrp_topo.c203 lgrp_rsets_replace(klgrpset_t *rset, int latency, lgrp_t *lgrp, int shift) in lgrp_rsets_replace() argument
212 lat_saved = latency; in lgrp_rsets_replace()
547 lgrp_new_parent(lgrp_t *child, int latency, klgrpset_t *rset, in lgrp_new_parent() argument
562 new->lgrp_latency = latency; in lgrp_new_parent()
604 lgrp_proprogate(lgrp_t *newleaf, lgrp_t *child, int latency, in lgrp_proprogate() argument
646 newleaf->lgrp_id, (void *)newleaf, latency, child->lgrp_id, in lgrp_proprogate()
679 int latency; in lgrp_split() local
709 latency = lgrp_plat_latency(oldleaf->lgrp_plathand, in lgrp_split()
740 oldleaf->lgrp_id, newleaf->lgrp_id, latency, in lgrp_split()
743 if (sibling_latency == latency) in lgrp_split()
[all …]
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp_api.t201 my $latency = lgrp_latency($root, $root);
202 ok(defined $latency, 'lgrp_latency() is working') or
205 my $latency1 = $c->latency($root, $root);
209 is($latency, $latency1, 'Latencies should match');
219 cmp_ok($latency, '>', 0, "Latency from root to self should be positive");
231 $latencies->{$l1}{$l2} = $c->latency($l1, $l2);
H A DLgrp.t209 my $latency = lgrp_latency($root, $root);
210 ok(defined $latency);
214 ok($latency, $latency1, 'Latencies should match');
250 ok(lgrp_latency($root, $root), $c->latency($root, $root));
/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/
H A DLocalityDomain.java239 int latency = g1.getLatency(g2); in calcMaxLatency() local
240 if (latency > max) in calcMaxLatency()
241 max = latency; in calcMaxLatency()
/titanic_41/usr/src/cmd/lgrpinfo/
H A Dlgrpinfo.pl226 map { $self_latencies{$_} = $l->latency($_, $_) } @lgrps;
629 my $width = length($l->latency($root, $root)) + 1;
648 my $latency = $l->latency($l1, $l2);
649 if (!defined ($latency)) {
652 printf "%${width}d", $latency;
/titanic_41/usr/src/uts/i86pc/os/
H A Dlgrpplat.c2669 uint8_t latency; in lgrp_plat_process_slit() local
2676 latency = slit_entries[(i * localities) + j]; in lgrp_plat_process_slit()
2677 lat_stats->latencies[src][dst] = latency; in lgrp_plat_process_slit()
2678 if (latency < min || min == -1) in lgrp_plat_process_slit()
2679 min = latency; in lgrp_plat_process_slit()
2680 if (latency > max) in lgrp_plat_process_slit()
2681 max = latency; in lgrp_plat_process_slit()
2721 uint8_t latency; in lgrp_plat_process_sli() local
2777 latency = sli_info[i]; in lgrp_plat_process_sli()
2778 lat_stats->latencies[src][dst] = latency; in lgrp_plat_process_sli()
[all …]
/titanic_41/usr/src/uts/sun4v/os/
H A Dmpo.c344 uint64_t latency, lowest_latency; in mpo_cpu_to_lgroup() local
357 &latency); in mpo_cpu_to_lgroup()
364 if (latency < lowest_latency) { in mpo_cpu_to_lgroup()
365 lowest_latency = latency; in mpo_cpu_to_lgroup()
370 if ((mpo_lgroup[j].latency == lowest_latency) && in mpo_cpu_to_lgroup()
496 &mpo_lgroup[i].latency); in lgrp_update()
498 mpo_lgroup[i].latency = 0; in lgrp_update()
690 lower_latency = mpo_lgroup[0].latency; in lgrp_traverse()
691 higher_latency = mpo_lgroup[0].latency; in lgrp_traverse()
694 if (mpo_lgroup[i].latency < lower_latency) { in lgrp_traverse()
[all …]
H A Dmach_cpu_states.c1386 uint64_t latency; /* nanoseconds */ in recalc_xc_timeouts() local
1418 "inter-cpu-latency", &latency) == -1) in recalc_xc_timeouts()
1443 tk.whole = latency; in recalc_xc_timeouts()
/titanic_41/usr/src/cmd/dtrace/demo/tcp/
H A Dtcpconnlat.d34 @latency["Connect Latency (ns)", args[3]->tcps_raddr] =
H A Dtcp1stbyte.d34 @latency["1st Byte Latency (ns)", args[2]->ip_saddr] =
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/
H A DLgrp.pod65 $latency = lgrp_latency($lgrp1, $lgrp2);
66 $latency = $l->latency($lgrp1, $lgrp2);
107 $latency = lgrp_latency_cookie($cookie, $from, $to);
430 returns the latency value between a hardware resource in the $from lgroup to a
432 latency value within that lgroup is returned.
435 between which hardware resources the latency should be measured. Currently the
436 only valid value is C<LGRP_LAT_CPU_TO_MEM> which represents latency from CPU to
448 latency between the given lgroups at the given instant in time. Since lgroups
601 =item latency($from, $to)
603 Returns the latency value between a hardware resource in the $from lgroup to a
/titanic_41/usr/src/uts/sun4v/sys/
H A Dmpo.h73 uint64_t latency; member
/titanic_41/usr/src/uts/common/syscall/
H A Dlgrpsys.c1065 int latency; in lgrp_latency() local
1088 latency = from_lgrp->lgrp_latency; in lgrp_latency()
1089 return (latency); in lgrp_latency()
1119 latency = lgrp_plat_latency(from_rsrc->lgrp_plathand, in lgrp_latency()
1121 if (latency > latency_max) in lgrp_latency()
1122 latency_max = latency; in lgrp_latency()
2060 int latency; in lgrpsys() local
2078 latency = lgrp_latency(ia, (lgrp_id_t)(uintptr_t)ap); in lgrpsys()
2080 return (latency); in lgrpsys()
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.pm268 sub latency subroutine
/titanic_41/usr/src/cmd/latencytop/common/
H A Dlatencytop.trans33 # D: We use dtrace probes to tag latency to different causes. The entry probe
/titanic_41/usr/src/lib/liblgrp/common/
H A Dlgrp.c1111 int latency; in lgrp_latency() local
1114 latency = lgrp_latency_cookie(cookie, from, to, LGRP_LAT_CPU_TO_MEM); in lgrp_latency()
1117 return (latency); in lgrp_latency()
/titanic_41/usr/src/uts/common/xen/public/
H A Dplatform.h239 uint32_t latency; /* worst latency (ms) to enter/exit this cstate */ member
H A Ddomctl.h307 uint64_aligned_t latency; member
/titanic_41/usr/src/uts/common/io/hxge/
H A Dhxge_impl.h291 uint8_t latency; member
/titanic_41/usr/src/uts/common/io/rge/
H A Drge.h349 uint8_t latency; /* latency-timer */ member
/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h2240 int latency[SD_PM_NUM_LEVEL_SSU_SS]; /* latency */ member
2247 int latency[SD_PM_NUM_LEVEL_SSU_PC]; /* latency */ member
/titanic_41/usr/src/uts/common/sys/audio/
H A Daudio_oss.h384 int latency; /* In usecs, -1=unknown */ member
/titanic_41/usr/src/uts/common/io/nge/
H A Dnge_kstats.c160 (knp++)->value.ui64 = infop->latency; in nge_chipinfo_update()
H A Dnge.h587 uint8_t latency; /* latency-timer */ member
/titanic_41/usr/src/uts/common/io/bge/
H A Dbge_impl.h623 uint8_t latency; /* latency-timer */ member

12