Home
last modified time | relevance | path

Searched full:latencies (Results 1 – 25 of 107) sorted by relevance

12345

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp35 // . The less the register pressure, the best load latencies are hidden
48 // . Hiding high latencies (texture sampling, etc)
49 // . Hiding low latencies (SGPR constant loading, etc)
59 // locally inside the blocks where it takes care of low latencies, and then
60 // chooses the order of the blocks by taking care of high latencies.
65 // We want the blocks help control register usage and hide high latencies
70 // the shader. Since we do want blocks to help hide high latencies, we want
72 // on high latencies. It will make it easy to pick blocks to hide specific
73 // high latencies.
81 // Third the block order is chosen, there we try to hide high latencies
[all …]
H A DSIMachineScheduler.h145 // low latencies, and will fill liveins and liveouts.
258 // Create groups of high latencies with a Reserved color.
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DP9InstrResources.td815 // operations cannot be done at the same time and so their latencies are added.
827 // operations cannot be done at the same time and so their latencies are added.
837 // operations cannot be done at the same time and so their latencies are added.
848 // their latencies are added.
860 // operations cannot be done at the same time and so their latencies are added.
880 // Since the Load and the PM cannot be done at the same time the latencies are
1025 // latencies are not added together. Otherwise this is like having two
1037 // latencies are not added together. Otherwise this is like having two
1063 // latencies are not added together. Otherwise this is like having two
1074 // latencies are not added together. Otherwise this is like having two
[all …]
H A DPPCScheduleP9.td384 // 2 or 5 cycle latencies for the branch unit.
402 // so the latencies for their resources must be added.
/freebsd/sys/contrib/device-tree/Bindings/powerpc/opal/
H A Dpower-mgt.txt60 - ibm,cpu-idle-state-latencies-ns:
62 exit-latencies (in ns) for the idle states in
/freebsd/usr.bin/systat/
H A Dsystat.1246 Display statistics describing the hardware latencies of I/O operations as
253 The statistics displayed for the I/O latencies are the percentiles with
260 The latencies are estimated based on histogram data computed by the CAM I/O
265 All latencies are reported in milliseconds.
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLatencyPriorityQueue.cpp25 // cannot easily be modeled as edges with latencies to be scheduled as in operator ()()
41 // After that, if two nodes have identical latencies, look to see if one will in operator ()()
/freebsd/sys/cam/
H A Dcam_iosched.c282 uint64_t latencies[LAT_BUCKETS]; member
977 uint64_t *latencies; in cam_iosched_sysctl_latencies() local
979 latencies = arg1; in cam_iosched_sysctl_latencies()
983 sbuf_printf(&sb, "%jd,", (intmax_t)latencies[i]); in cam_iosched_sysctl_latencies()
984 sbuf_printf(&sb, "%jd", (intmax_t)latencies[LAT_BUCKETS - 1]); in cam_iosched_sysctl_latencies()
1086 OID_AUTO, "latencies", in cam_iosched_iop_stats_sysctl_init()
1088 &ios->latencies, 0, in cam_iosched_iop_stats_sysctl_init()
1090 "Array of latencies, a geometric progresson from\n" in cam_iosched_iop_stats_sysctl_init()
1911 static sbintime_t latencies[LAT_BUCKETS - 1] = { variable
1980 if (sim_latency < latencies[i]) { in cam_iosched_update()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dl2c2x0.yaml71 read, write and setup latencies. Minimum valid values are 1. Controllers
82 read, write and setup latencies. Controllers without setup latency control
/freebsd/sys/contrib/device-tree/Bindings/cache/
H A Dl2c2x0.yaml71 read, write and setup latencies. Minimum valid values are 1. Controllers
82 read, write and setup latencies. Controllers without setup latency control
H A Dbaikal,bt1-l2-ctl.yaml16 to change the Tag, Data and Way-select RAM access latencies. Baikal-T1
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.h38 /// An enum for enumerating the various statistics gathered on latencies
59 /// FIXME: expand to contain more information eg call latencies.
/freebsd/sbin/nvmecontrol/modules/intel/
H A Dintel.c202 INTEL_LOG_READ_LAT_LOG, "intel", "Read Latencies",
205 INTEL_LOG_WRITE_LAT_LOG, "intel", "Write Latencies",
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dbaikal,bt1-l2-ctl.yaml16 to change the Tag, Data and Way-select RAM access latencies. Baikal-T1
/freebsd/sys/contrib/device-tree/Bindings/interconnect/
H A Dqcom,bcm-voter.yaml37 overridden to reduce latencies.
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h253 /// latencies from the beginning of the trace. Data dependencies from
258 /// trace, as determined by data dependencies and instruction latencies.
419 // latencies.
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DMergedLoadStoreMotion.h19 // latencies, triggering if-conversion, and reducing static code size.
/freebsd/lib/libpmc/pmu-events/arch/x86/tremontx/
H A Duncore-memory.json232 …this queue is actually not useful for deconstruction intermediate write latencies. So, we provide…
242 …this queue is actually not useful for deconstruction intermediate write latencies. So, we provide…
/freebsd/share/man/man7/
H A Dtuning.7315 This setting may be increased to get around disk I/O latencies, especially
316 where these latencies are large such as in virtual machine emulated
380 will not introduce significant latencies into other services even if
/freebsd/share/doc/smm/05.fastfs/
H A D1.t102 A good introduction to the physical latencies of disks is
/freebsd/contrib/ntp/html/
H A Dxleave.html20 …idered most accurate, as it avoids the various queuing and transmission latencies. The difference…
/freebsd/contrib/libpcap/doc/
H A DREADME.dag47 filtering) for efficiency. This can introduce high latencies on quiet
/freebsd/sys/dev/ath/
H A Dah_osdep.h99 * For USB/SDIO support (where access latencies are quite high);
/freebsd/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_nicenum.c102 /* Don't print zero latencies since they're invalid */ in zfs_nicenum_format()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleM4.td35 // Some definitions of latencies we apply to different instructions

12345