Home
last modified time | relevance | path

Searched refs:latencies (Results 1 – 25 of 67) sorted by relevance

123

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_wm.c216 const u16 *latencies; in pri_wm_latency_show() local
219 latencies = dev_priv->display.wm.skl_latency; in pri_wm_latency_show()
221 latencies = dev_priv->display.wm.pri_latency; in pri_wm_latency_show()
223 wm_latency_show(m, latencies); in pri_wm_latency_show()
231 const u16 *latencies; in spr_wm_latency_show() local
234 latencies = dev_priv->display.wm.skl_latency; in spr_wm_latency_show()
236 latencies = dev_priv->display.wm.spr_latency; in spr_wm_latency_show()
238 wm_latency_show(m, latencies); in spr_wm_latency_show()
246 const u16 *latencies; in cur_wm_latency_show() local
249 latencies = dev_priv->display.wm.skl_latency; in cur_wm_latency_show()
[all …]
/openbmc/linux/Documentation/block/
H A Dkyber-iosched.rst5 The only two tunables for the Kyber scheduler are the target latencies for
7 these target latencies.
H A Ddeadline-iosched.rst20 service time for a request. As we focus mainly on read latencies, this is
/openbmc/linux/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.
/openbmc/linux/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.h285 struct zfcp_latencies latencies; member
H A Dzfcp_fsf.c2362 lat = &zfcp_sdev->latencies.read; in zfcp_fsf_req_trace()
2367 lat = &zfcp_sdev->latencies.write; in zfcp_fsf_req_trace()
2370 lat = &zfcp_sdev->latencies.cmd; in zfcp_fsf_req_trace()
2375 spin_lock(&zfcp_sdev->latencies.lock); in zfcp_fsf_req_trace()
2379 spin_unlock(&zfcp_sdev->latencies.lock); in zfcp_fsf_req_trace()
H A Dzfcp_sysfs.c551 struct zfcp_latencies *lat = &zfcp_sdev->latencies; \
582 struct zfcp_latencies *lat = &zfcp_sdev->latencies; \
/openbmc/linux/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
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/
H A D0001-doc-Fix-typos-in-lat_unix_connect-manual-page.patch18 connection latencies. The benchmark times the creation and connection of
/openbmc/linux/tools/perf/Documentation/
H A Dperf-kwork.txt6 perf-kwork - Tool to trace/measure kernel work properties (latencies)
22 'perf kwork latency' to report the per kwork latencies.
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
/openbmc/linux/Documentation/tools/rtla/
H A Dcommon_timerlat_options.rst26 Set the /dev/cpu_dma_latency to *us*, aiming to bound exit from idle latencies.
/openbmc/linux/block/
H A DKconfig.iosched15 multiqueue and other fast devices. Given target latencies for reads and
/openbmc/linux/kernel/
H A DKconfig.preempt23 throughput. It will still provide good latencies most of the
30 latencies.
/openbmc/linux/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
/openbmc/linux/Documentation/staging/
H A Dspeculation.rst10 To improve performance and minimize average latencies, many contemporary CPUs
/openbmc/linux/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
/openbmc/linux/Documentation/driver-api/
H A Dpps.rst75 you should take into account the latencies and jitter introduced by
240 latencies. But if it is too small slave won't be able to capture clear edge
/openbmc/linux/Documentation/sound/cards/
H A Demu10k1-jack.rst20 channels. With a post 2.6.9 Linux kernel, latencies down to 64 (1.33 ms) or
/openbmc/linux/fs/erofs/
H A DKconfig133 async decompression for low latencies on some architectures.
/openbmc/linux/Documentation/timers/
H A Dno_hz.rst96 in order to avoid degrading from-idle transition latencies.
231 eliminate scheduling-clock interrupt latencies. Here are some
245 to degrade your latencies -- and that this degradation can
/openbmc/linux/kernel/rcu/
H A DKconfig.debug128 Say N here if you need ultimate kernel/user switch latencies
/openbmc/linux/arch/sh/mm/
H A DKconfig110 the address space, each with varying latencies. This enables
/openbmc/linux/Documentation/locking/
H A Dpi-futex.rst25 determinism and well-bound latencies. Even in the worst-case, PI will

123