Searched defs:latency (Results 1 - 18 of 18) sorted by relevance

/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/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/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/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/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/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/uts/sun4v/os/
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;
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...]
/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme.c1062 uint8_t latency; member in struct:__anon5386
1323 * Ensure minimum cheerio latency timer of 0x50
1333 * Now program cheerio's pci latency timer with newLT
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge.h349 uint8_t latency; /* latency-timer */ member in struct:__anon6476
/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/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
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_impl.h697 uint8_t latency; member in struct:_pci_cfg_t
/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
/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

Completed in 157 milliseconds