Home
last modified time | relevance | path

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

12345678

/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dtcp-thin.rst14 the service quality. Extreme latencies are caused by TCP's
23 streams provoke high latencies when using TCP is unfortunate.
37 to experience high retransmission latencies.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_display_debugfs.c1457 * - latencies are in us on gen9/vlv/chv in wm_latency_show()
1477 const u16 *latencies; in pri_wm_latency_show() local
1480 latencies = dev_priv->wm.skl_latency; in pri_wm_latency_show()
1482 latencies = dev_priv->wm.pri_latency; in pri_wm_latency_show()
1484 wm_latency_show(m, latencies); in pri_wm_latency_show()
1492 const u16 *latencies; in spr_wm_latency_show() local
1495 latencies = dev_priv->wm.skl_latency; in spr_wm_latency_show()
1497 latencies = dev_priv->wm.spr_latency; in spr_wm_latency_show()
1499 wm_latency_show(m, latencies); in spr_wm_latency_show()
1507 const u16 *latencies; in cur_wm_latency_show() local
[all …]
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dhwlat_detector.rst9 detect large system latencies induced by the behavior of certain underlying
22 you are trying to keep event service latencies down in the microsecond range.
57 change to a default of 10 usecs. If any latencies that exceed the threshold is
/OK3568_Linux_fs/kernel/Documentation/block/
H A Dkyber-iosched.rst5 The only two tunables for the Kyber scheduler are the target latencies for
7 these target latencies.
/OK3568_Linux_fs/u-boot/include/
H A Dddr_spd.h33 unsigned char cas_lat; /* 18 CAS# Latencies Supported */
96 unsigned char cas_lat; /* 18 CAS# Latencies Supported */
194 unsigned char caslat_lsb; /* 14 CAS Latencies Supported,
196 unsigned char caslat_msb; /* 15 CAS Latencies Supported,
314 uint8_t caslat_b1; /* 20 CAS latencies, 1st byte */
315 uint8_t caslat_b2; /* 21 CAS latencies, 2nd byte */
316 uint8_t caslat_b3; /* 22 CAS latencies, 3rd byte */
317 uint8_t caslat_b4; /* 23 CAS latencies, 4th byte */
/OK3568_Linux_fs/kernel/kernel/
H A DKconfig.preempt11 throughput. It will still provide good latencies most of the
18 latencies.
/OK3568_Linux_fs/kernel/drivers/pci/pcie/
H A Daspm.c69 /* Exit latencies */
73 * Endpoint acceptable latencies. A pcie downstream port only
408 * The exit latencies for L1 substates are not advertised in pcie_aspm_check_latency()
410 * to determine max latencies introduced by enabling L1 in pcie_aspm_check_latency()
413 * L1 exit latencies advertised by a device include L1 in pcie_aspm_check_latency()
414 * substate latencies (and hence do not do any check). in pcie_aspm_check_latency()
568 /* Configure common clock before checking latencies */ in pcie_aspm_cap_init()
573 * clock configuration. L0s & L1 exit latencies in the otherwise in pcie_aspm_cap_init()
661 /* Get and check endpoint acceptable latencies */ in pcie_aspm_cap_init()
961 /* Recheck latencies and update aspm_capable for links under the root */
[all …]
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_hwlat.c5 * Use this tracer to detect large system latencies induced by the behavior of
20 * Although certain hardware-inducing latencies are necessary (for example,
29 * WARNING: This implementation necessarily introduces latencies. Therefore,
163 * get_sample - sample the CPU TSC and look for likely hardware latencies
363 * counter (TSC or similar) and look for potential hardware latencies.
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-lpc32xx/
H A Demc.h37 u32 rascas0; /* RAS and CAS latencies for the SDRAM */
40 u32 rascas1; /* RAS and CAS latencies for the SDRAM */
/OK3568_Linux_fs/kernel/drivers/s390/scsi/
H A Dzfcp_scsi.c151 zfcp_sdev->latencies.write.channel.min = 0xFFFFFFFF; in zfcp_scsi_slave_alloc()
152 zfcp_sdev->latencies.write.fabric.min = 0xFFFFFFFF; in zfcp_scsi_slave_alloc()
153 zfcp_sdev->latencies.read.channel.min = 0xFFFFFFFF; in zfcp_scsi_slave_alloc()
154 zfcp_sdev->latencies.read.fabric.min = 0xFFFFFFFF; in zfcp_scsi_slave_alloc()
155 zfcp_sdev->latencies.cmd.channel.min = 0xFFFFFFFF; in zfcp_scsi_slave_alloc()
156 zfcp_sdev->latencies.cmd.fabric.min = 0xFFFFFFFF; in zfcp_scsi_slave_alloc()
157 spin_lock_init(&zfcp_sdev->latencies.lock); in zfcp_scsi_slave_alloc()
H A Dzfcp_def.h277 * @latencies: FSF channel and fabric latencies
285 struct zfcp_latencies latencies; member
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dirq.h51 * out irq handler latencies.
81 * conjunction with the irq_handler_entry to understand irq handler latencies.
/OK3568_Linux_fs/u-boot/drivers/ddr/fsl/
H A Dddr2_dimm_params.c145 * defines at most 3 CAS latencies. Typically the slower in
289 * Compute CAS latencies defined by SPD in ddr_compute_dimm_parameters()
302 /* Compute CAS latencies below that defined by SPD */ in ddr_compute_dimm_parameters()
H A Dddr1_dimm_params.c164 * defines at most 3 CAS latencies. Typically the slower in
290 * Compute CAS latencies defined by SPD in ddr_compute_dimm_parameters()
303 /* Compute CAS latencies below that defined by SPD */ in ddr_compute_dimm_parameters()
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-sched.txt6 perf-sched - Tool to trace/measure scheduler properties (latencies)
20 'perf sched latency' to report the per task scheduling latencies
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/powerpc/opal/
H A Dpower-mgt.txt60 - ibm,cpu-idle-state-latencies-ns:
62 exit-latencies (in ns) for the idle states in
/OK3568_Linux_fs/kernel/arch/alpha/lib/
H A Dmemcpy.c70 * Note the ordering to try to avoid load (and address generation) latencies.
116 * Note the ordering to try to avoid load (and address generation) latencies.
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/tests/mali_kutf_irq_test/
H A Dmali_kutf_irq_test_main.c163 * the results are in the latencies provided with the test result. There is no
164 * meaningful pass/fail result that can be obtained here, instead the latencies
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Dstatistics.rst19 histogram of latencies. All these counters may be accessed by sending
74 collect histogram of latencies. The
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tests/mali_kutf_irq_test/
H A Dmali_kutf_irq_test_main.c172 * the results are in the latencies provided with the test result. There is no
173 * meaningful pass/fail result that can be obtained here, instead the latencies
/OK3568_Linux_fs/kernel/Documentation/devicetree/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
/OK3568_Linux_fs/kernel/Documentation/timers/
H A Dno_hz.rst92 in order to avoid degrading from-idle transition latencies.
238 eliminate scheduling-clock interrupt latencies. Here are some
252 to degrade your latencies -- and that this degradation can
/OK3568_Linux_fs/kernel/block/
H A DKconfig.iosched23 multiqueue and other fast devices. Given target latencies for reads and
H A Dblk-wbt.c6 * - Monitor latencies in a defined window of time.
10 * - For any window where we don't have solid data on what the latencies
12 * - If latencies look good, decrement scaling step.
244 * flag the latency as exceeded. wbt works off completion latencies, in latency_exceeded()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench-3.0-a9/
H A D0001-doc-Fix-typos-in-lat_unix_connect-manual-page.patch16 connection latencies. The benchmark times the creation and connection of

12345678