| /onnv/onnv-gate/usr/src/cmd/filebench/scripts/ |
| filebench_compare.pl | 77 ($flowop, $ops, $bandwidth, $latency, $cpu, $wait, $seconds) = split(/[ \t]+/, $_); 89 $latency =~ s/ms\/op//; 115 $flow_latency{$flowop, $workload, $dataset} += $latency; 119 $latency{$workload, $dataset} += $latency; 179 # HTML Latency 180 print HTML h1('Latency breakdown (ms per op)'); 192 printf HTML ("<td>%.1f</td>", $latency{$workload,
|
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| lgrp_topo.c | 41 * Only collapse lgroups which have same latency (and resources) 200 * latency and shift its old resources to its parent and its parent's resources 204 lgrp_rsets_replace(klgrpset_t *rset, int latency, lgrp_t *lgrp, int shift) 213 lat_saved = latency; 217 * Save current resources and latency to insert in parent and 218 * then replace with new resources and latency 354 * Lgroup represents resources within certain latency, so need to keep 355 * biggest latency value of lgroups being consolidated 473 * Find all lgroups with same resources and latency 544 * Create new parent lgroup with given latency and resources fo 680 int latency; local 841 int latency; local 1099 int latency; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/ |
| Lgrp_api.t | 200 # Latency should be non-zero. 201 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") [all...] |
| Lgrp.t | 209 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));
|
| /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/ |
| LocalityDomain.java | 224 * Return the maximum latency between the groups in this 239 int latency = g1.getLatency(g2); local 240 if (latency > max) 241 max = latency; 248 * Return the maximum possible latency between all locality
|
| /onnv/onnv-gate/usr/src/uts/sun4v/sys/ |
| mpo.h | 43 #define PROP_LG_LATENCY "latency" 45 #define PROP_LG_MEM_LG "memory-latency-group" 73 uint64_t latency; member in struct:lgrp_md
|
| /onnv/onnv-gate/usr/src/uts/sun4v/os/ |
| mpo.c | 46 * 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) && 497 /* Set latency to 0 if property not present */ 500 &mpo_lgroup[i].latency); [all...] |
| mach_cpu_states.c | 1303 * on the value of the 'inter-cpu-latency' property of the platform node. 1336 uint64_t latency; /* nanoseconds */ local 1350 * Look up the 'inter-cpu-latency' (optional) property in the [all...] |
| /onnv/onnv-gate/usr/src/cmd/lgrpinfo/ |
| lgrpinfo.pl | 224 # 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. 500 printf gettext("Latency: %d"), $self_latencies{$lgrp}; 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 tabl [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/ |
| Lgrp.pod | 65 $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 [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/ |
| Lgrp.pm | 267 sub latency subroutine 269 scalar @_ == 3 or _usage("latency(class, from, to)");
|
| /onnv/onnv-gate/usr/src/uts/common/syscall/ |
| lgrpsys.c | 1052 * Return latency between "from" and "to" lgroups 1054 * This latency number can only be used for relative comparison 1056 * and may not reflect the actual latency. It is platform and implementation 1065 int latency; local 1085 * Get latency for same lgroup 1088 latency = from_lgrp->lgrp_latency; 1089 return (latency); 1093 * Get latency between leaf lgroups 1100 * Determine max latency between resources in two lgroups 1119 latency = lgrp_plat_latency(from_rsrc->lgrp_plathand 2060 int latency; local [all...] |
| /onnv/onnv-gate/usr/src/lib/liblgrp/common/ |
| lgrp.c | 1099 * 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
|
| /onnv/onnv-gate/usr/src/uts/common/xen/public/ |
| platform.h | 239 uint32_t latency; /* worst latency (ms) to enter/exit this cstate */ member in struct:xen_processor_cx
|
| domctl.h | 307 uint64_aligned_t latency; member in struct:xen_domctl_scheduler_op::__anon23::xen_domctl_sched_sedf
|
| /onnv/onnv-gate/usr/src/uts/i86pc/os/ |
| lgrpplat.c | 33 * the memory in the other nodes but at a higher latency than accessing their 36 * some global memory outside of the node which is higher latency. 50 * can build the latency (lgroup) topology for the machine in order to optimize 202 * Latency statistics 264 * Latency statistics 812 * Return latency between "from" and "to" lgroups 814 * This latency number can only be used for relative comparison 816 * and may not reflect the actual latency. It is platform and implementation 831 * Return max latency for root lgroup 847 * and we are trying to get latency from current CPU to some nod 2299 uint8_t latency; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/rge/ |
| rge.h | 344 uint8_t latency; /* latency-timer */ member in struct:__anon6134
|
| rge_chip.c | 728 /* set pci latency timer */ 812 cidp->latency = pci_config_get8(handle, PCI_CONF_LATENCY_TIMER); 826 RGE_DEBUG(("rge_chip_cfg_init: clsize %d latency %d command 0x%x", 827 cidp->clsize, cidp->latency, cidp->command)); [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/hxge/ |
| hxge_impl.h | 289 uint8_t latency; member in struct:_pci_cfg_t
|
| /onnv/onnv-gate/usr/src/uts/common/sys/audio/ |
| audio_oss.h | 384 int latency; /* In usecs, -1=unknown */ member in struct:oss_audioinfo [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/nge/ |
| nge.h | 587 uint8_t latency; /* latency-timer */ member in struct:__anon86
|
| nge_kstats.c | 160 (knp++)->value.ui64 = infop->latency;
|
| nge_chip.c | 619 infop->latency = pci_config_get8(handle, 1036 ngep->chipinfo.latency); [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/scsi/targets/ |
| sddef.h | 2220 int latency[SD_PM_NUM_LEVEL_SSU_SS]; \/* latency *\/ member in struct:disk_power_attr_ss 2227 int latency[SD_PM_NUM_LEVEL_SSU_PC]; \/* latency *\/ member in struct:disk_power_attr_pc [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/nxge/ |
| nxge_impl.h | 677 uint8_t latency; member in struct:_pci_cfg_t [all...] |