Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/uts/common/os/
H A Dlgrp_topo.c212 lat_saved = latency; in lgrp_rsets_replace()
562 new->lgrp_latency = latency; in lgrp_new_parent()
679 int latency; in lgrp_split() local
743 if (sibling_latency == latency) in lgrp_split()
840 int latency; in lgrp_lineage_add() local
885 if (latency == 0) in lgrp_lineage_add()
1005 latency, &changes); in lgrp_lineage_add()
1039 (void *)child, latency); in lgrp_lineage_add()
1130 int latency; in lgrp_leaf_add() local
1175 if (latency == 0) { in lgrp_leaf_add()
[all …]
/illumos-gate/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));
/illumos-gate/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()
/illumos-gate/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;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c2670 uint8_t latency; in lgrp_plat_process_slit() local
2680 min = latency; in lgrp_plat_process_slit()
2681 if (latency > max) in lgrp_plat_process_slit()
2682 max = latency; in lgrp_plat_process_slit()
2722 uint8_t latency; in lgrp_plat_process_sli() local
2781 min = latency; in lgrp_plat_process_sli()
2782 if (latency > max) in lgrp_plat_process_sli()
2783 max = latency; in lgrp_plat_process_sli()
2789 min = latency; in lgrp_plat_process_sli()
2790 if (latency > max) in lgrp_plat_process_sli()
[all …]
/illumos-gate/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()
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()
695 lower_latency = mpo_lgroup[i].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()
/illumos-gate/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] =
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/
H A DLgrp.pod63 $latency = lgrp_latency($lgrp1, $lgrp2);
64 $latency = $l->latency($lgrp1, $lgrp2);
105 $latency = lgrp_latency_cookie($cookie, $from, $to);
428 returns the latency value between a hardware resource in the $from lgroup to a
430 latency value within that lgroup is returned.
433 between which hardware resources the latency should be measured. Currently the
434 only valid value is C<LGRP_LAT_CPU_TO_MEM> which represents latency from CPU to
446 latency between the given lgroups at the given instant in time. Since lgroups
599 =item latency($from, $to)
601 Returns the latency value between a hardware resource in the $from lgroup to a
/illumos-gate/usr/src/uts/common/syscall/
H A Dlgrpsys.c1084 int latency; in lgrp_latency() local
1107 latency = from_lgrp->lgrp_latency; in lgrp_latency()
1108 return (latency); in lgrp_latency()
1138 latency = lgrp_plat_latency(from_rsrc->lgrp_plathand, in lgrp_latency()
1140 if (latency > latency_max) in lgrp_latency()
1141 latency_max = latency; in lgrp_latency()
2079 int latency; in lgrpsys() local
2097 latency = lgrp_latency(ia, (lgrp_id_t)(uintptr_t)ap); in lgrpsys()
2099 return (latency); in lgrpsys()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmpo.h73 uint64_t latency; member
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.pm268 sub latency subroutine
/illumos-gate/usr/src/cmd/latencytop/common/
H A Dlatencytop.trans33 # D: We use dtrace probes to tag latency to different causes. The entry probe
/illumos-gate/usr/src/lib/liblgrp/common/
H A Dlgrp.c1108 int latency; in lgrp_latency() local
1111 latency = lgrp_latency_cookie(cookie, from, to, LGRP_LAT_CPU_TO_MEM); in lgrp_latency()
1114 return (latency); in lgrp_latency()
/illumos-gate/usr/src/test/crypto-tests/runfiles/
H A Ddefault.run24 # socket calls left and right that take a bit to timeout which induce latency
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.get_index_props.zcp34 props['logbias'] = {{'latency', 'default'}, {nil, nil}}
/illumos-gate/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
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dproperties.shlib27 typeset -a logbias_prop_vals=('latency' 'throughput')
/illumos-gate/usr/src/data/perfmon/
H A Dreadme.txt122 register whose address is given in MSRIndex column. For example, in the case of the load latency ev…
123 latency threshold value to write into the MSR defined in MSRIndex (0x3F6).
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h2182 int latency[SD_PM_NUM_LEVEL_SSU_SS]; /* latency */ member
2189 int latency[SD_PM_NUM_LEVEL_SSU_PC]; /* latency */ member
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_impl.h291 uint8_t latency; member
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge.h349 uint8_t latency; /* latency-timer */ member

12