Searched refs:latency (Results 1 - 25 of 32) sorted by relevance

12

/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/uts/common/os/
H A Dlgrp_topo.c40 * Only collapse lgroups which have same latency (and resources)
199 * latency and shift its old resources to its parent and its parent's resources
203 lgrp_rsets_replace(klgrpset_t *rset, int latency, lgrp_t *lgrp, int shift) argument
212 lat_saved = latency;
216 * Save current resources and latency to insert in parent and
217 * then replace with new resources and latency
353 * Lgroup represents resources within certain latency, so need to keep
354 * biggest latency value of lgroups being consolidated
472 * Find all lgroups with same resources and latency
543 * Create new parent lgroup with given latency an
547 lgrp_new_parent(lgrp_t *child, int latency, klgrpset_t *rset, klgrpset_t *changed) argument
604 lgrp_proprogate(lgrp_t *newleaf, lgrp_t *child, int latency, klgrpset_t *changed) argument
679 int latency; local
840 int latency; local
1130 int latency; local
[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');
214 # Verify latency matrix.
219 cmp_ok($latency, '>', 0, "Latency from root to self should be positive");
231 $latencies->{$l1}{$l2} = $c->latency($l1, $l2);
245 diag("diagonal latency: $lat_diag; bad latencies: @badlatencies");
262 # Can't get latency if source doesn't have CPUs
273 diag("Invalid latency betwee
[all...]
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.java224 * Return the maximum latency between the groups in this
239 int latency = g1.getLatency(g2);
240 if (latency > max)
241 max = latency;
248 * Return the maximum possible latency between all locality
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmpo.h43 #define PROP_LG_LATENCY "latency"
45 #define PROP_LG_MEM_LG "memory-latency-group"
73 uint64_t latency; member in struct:lgrp_md
/illumos-gate/usr/src/cmd/lgrpinfo/
H A Dlgrpinfo.pl224 # Get latency values for each lgroup.
226 map { $self_latencies{$_} = $l->latency($_, $_) } @lgrps;
318 gettext("\t-L: Print lgroup latency table\n"),
497 # Print latency information if requested.
615 # Print latency information if requested and the system has several lgroups.
628 # Field width for latency. Get the maximum latency and add 1 space.
629 my $width = length($l->latency($root, $root)) + 1;
644 # Print the latency table
648 my $latency
[all...]
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmpo.c46 * Latency groups are defined in the sun4v achitecture by memory-latency-group
344 uint64_t latency, lowest_latency; local
354 /* Find the lgroup node with the smallest latency */
357 &latency);
364 if (latency < lowest_latency) {
365 lowest_latency = latency;
370 if ((mpo_lgroup[j].latency == lowest_latency) &&
493 /* Set latency to 0 if property not present */
496 &mpo_lgroup[i].latency);
498 mpo_lgroup[i].latency
[all...]
H A Dmach_cpu_states.c1353 * on the value of the 'inter-cpu-latency' property of the platform node.
1386 uint64_t latency; /* nanoseconds */ local
1400 * Look up the 'inter-cpu-latency' (optional) property in the
1418 "inter-cpu-latency", &latency) == -1)
1424 * units to nanoseconds. Since the inter-cpu-latency
1443 tk.whole = latency;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c36 * the memory in the other nodes but at a higher latency than accessing their
39 * some global memory outside of the node which is higher latency.
53 * can build the latency (lgroup) topology for the machine in order to optimize
150 * 6) The latency probing related logics, which have the assumption
758 * 2) Disable latency probing logic by making sure that the flag
844 /* Update latency information among lgrps. */
850 "latency information for domain (%u).",
906 /* Update latency information among lgrps. */
913 "latency information for domain (%u).",
923 "!lgrp: failed to update latency informatio
2669 uint8_t latency; local
2721 uint8_t latency; local
[all...]
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.pm268 sub latency subroutine
270 scalar @_ == 3 or _usage("latency(class, from, to)");
/illumos-gate/usr/src/uts/common/syscall/
H A Dlgrpsys.c1070 * Return latency between "from" and "to" lgroups
1072 * This latency number can only be used for relative comparison
1074 * and may not reflect the actual latency. It is platform and implementation
1083 int latency; local
1103 * Get latency for same lgroup
1106 latency = from_lgrp->lgrp_latency;
1107 return (latency);
1111 * Get latency between leaf lgroups
1118 * Determine max latency between resources in two lgroups
1137 latency
2078 int latency; local
[all...]
/illumos-gate/usr/src/lib/liblgrp/common/
H A Dlgrp.c1099 * Return latency between "from" and "to" lgroups
1101 * This latency number can only be used for relative comparison
1103 * and may not reflect the actual latency. It is platform and implementation
1111 int latency; local
1114 latency = lgrp_latency_cookie(cookie, from, to, LGRP_LAT_CPU_TO_MEM);
1117 return (latency);
1122 * Return latency between "from" and "to" lgroups
1124 * This latency number can only be used for relative comparison
1126 * and may not reflect the actual latency. It is platform and implementation
/illumos-gate/usr/src/uts/common/xen/public/
H A Dplatform.h239 uint32_t latency; /* worst latency (ms) to enter/exit this cstate */ member in struct:xen_processor_cx
H A Ddomctl.h307 uint64_aligned_t latency; member in struct:xen_domctl_scheduler_op::__anon9292::xen_domctl_sched_sedf
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_impl.h291 uint8_t latency; member in struct:_pci_cfg_t
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge.h349 uint8_t latency; /* latency-timer */ member in struct:__anon6476
H A Drge_chip.c725 /* set pci latency timer */
815 cidp->latency = pci_config_get8(handle, PCI_CONF_LATENCY_TIMER);
829 RGE_DEBUG(("rge_chip_cfg_init: clsize %d latency %d command 0x%x",
830 cidp->clsize, cidp->latency, cidp->command));
/illumos-gate/usr/src/uts/common/sys/audio/
H A Daudio_oss.h384 int latency; /* In usecs, -1=unknown */ member in struct:oss_audioinfo
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge.h587 uint8_t latency; /* latency-timer */ member in struct:__anon6234
H A Dnge_kstats.c160 (knp++)->value.ui64 = infop->latency;
H A Dnge_chip.c619 infop->latency = pci_config_get8(handle,
1036 ngep->chipinfo.latency);
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h2239 int latency[SD_PM_NUM_LEVEL_SSU_SS]; /* latency */ member in struct:disk_power_attr_ss
2246 int latency[SD_PM_NUM_LEVEL_SSU_PC]; /* latency */ member in struct:disk_power_attr_pc
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h606 * Note: elements from <businfo> to <latency> are filled in by during
623 uint8_t latency; /* latency-timer */ member in struct:__anon4962

Completed in 205 milliseconds

12