Home
last modified time | relevance | path

Searched full:limits (Results 1 – 25 of 1166) sorted by relevance

12345678910>>...47

/openbmc/linux/drivers/media/i2c/
Daptina-pll.c
Dccs-pll.h
/openbmc/qemu/docs/
H A Dthrottle.txt11 QEMU includes a throttling module that can be used to set limits to
24 them the user can set a global limit or separate limits for read and
27 I/O limits can be set using the throttling.* parameters of -drive, or
42 It is possible to set limits for both IOPS and bps at the same time,
44 write limits or not, but note that if iops-total is set then neither
73 In addition to the basic limits we have just seen, QEMU allows the
78 limits lower the rest of the time.
144 When applying IOPS limits all I/O operations are treated equally
146 of this in order to circumvent the limits and submit one huge I/O
160 requests is never taken into account when applying IOPS limits.
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D20462 limits=align=4k,max-transfer=64k
63 $QEMU_IO -c "open -o $options,$limits blkdebug::$TEST_IMG" \
68 limits=align=512,max-transfer=64k,opt-write-zero=$CLUSTER_SIZE
69 $QEMU_IO -c "open -o $options,$limits blkdebug::$TEST_IMG" \
74 echo "== non-power-of-2 write zeroes limits =="
76 limits=align=512,opt-write-zero=15M,max-write-zero=15M,opt-discard=15M,max-discard=15M
77 $QEMU_IO -c "open -o $options,$limits blkdebug::$TEST_IMG" \
81 echo "== non-power-of-2 discard limits =="
83 limits=align=512,opt-write-zero=15M,max-write-zero=15M,opt-discard=15M,max-discard=15M
84 $QEMU_IO -c "open -o $options,$limits blkdebug::$TEST_IMG" \
[all …]
H A D17761 limits=align=4k,max-transfer=64k
62 $QEMU_IO -c "open -o $options,$limits blkdebug::$TEST_IMG" \
67 limits=align=512,max-transfer=64k,opt-write-zero=$CLUSTER_SIZE
68 $QEMU_IO -c "open -o $options,$limits blkdebug::$TEST_IMG" \
73 echo "== non-power-of-2 write zeroes limits =="
75 limits=align=512,opt-write-zero=15M,max-write-zero=15M,opt-discard=15M,max-discard=15M
76 $QEMU_IO -c "open -o $options,$limits blkdebug::$TEST_IMG" \
80 echo "== non-power-of-2 discard limits =="
82 limits=align=512,opt-write-zero=15M,max-write-zero=15M,opt-discard=15M,max-discard=15M
83 $QEMU_IO -c "open -o $options,$limits blkdebug::$TEST_IMG" \
H A D093126 # Check that the I/O is within the limits and evenly distributed
157 limits = dict([(k, 0) for k in params])
158 limits[tk] = params[tk] * ndrives
159 self.configure_throttle(ndrives, limits)
160 self.do_test_throttle(ndrives, 5, limits)
175 limits = dict([(k, 0) for k in params])
176 limits[tk] = params[tk] * self.max_drives
177 self.configure_throttle(self.max_drives, limits)
178 self.do_test_throttle(1, 5, limits, drive)
207 limits = dict([(k, 0) for k in params])
[all …]
H A D18470 "limits" : {
97 "limits": {
105 "property" : "limits"
111 "property" : "limits",
120 "property" : "limits"
135 "limits": {
150 "property" : "limits",
/openbmc/linux/security/apparmor/include/
Dresource.h
/openbmc/linux/drivers/infiniband/hw/mthca/
Dmthca_main.c
Dmthca_profile.c
Dmthca_mr.c
/openbmc/linux/drivers/thermal/ti-soc-thermal/
Domap4xxx-bandgap.h
Ddra752-bandgap.h
Domap5xxx-bandgap.h
/openbmc/linux/Documentation/admin-guide/sysctl/
Duser.rst
/openbmc/linux/Documentation/hwmon/
Dlm77.rst
/openbmc/linux/tools/testing/selftests/net/mptcp/
Dpm_netlink.sh
/openbmc/openbmc-test-automation/lib/
H A Denergy_scale_utils.robot32 DCMI Power Get Limits
44 # &{limits}= DCMI Power Get Limits
45 # ${power_setting}= Set Variable ${limits['power_limit']}
51 &{limits}= Key Value Outbuf To Dict ${output}
52 RETURN &{limits}
59 &{limits}= DCMI Power Get Limits
60 ${power_setting}= Get From Dictionary ${limits} power_limit
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mraa/mraa/
H A D0002-gpio-Include-limits.h-for-PATH_MAX.patch4 Subject: [PATCH 2/2] gpio: Include limits.h for PATH_MAX
6 Musl exposes this problem where PATH_MAX is used but limits.h is not
7 included, it works with glibc perhaps due to limits.h being indirectly
24 +#include <limits.h>
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
Drdma.rst
/openbmc/linux/drivers/macintosh/
Dtherm_adt746x.c
/openbmc/linux/drivers/video/fbdev/matrox/
Dmatroxfb_misc.c
/openbmc/openbmc/poky/meta/recipes-kernel/powertop/powertop/
H A D0001-wakeup_xxx.h-include-limits.h.patch4 Subject: [PATCH] wakeup_xxx.h: include limits.h
6 limits.h must be included to define PATH_MAX otherwise build will fail
37 +#include <limits.h>
49 +#include <limits.h>
/openbmc/linux/drivers/gpu/drm/exynos/
Dexynos_drm_ipp.c
/openbmc/u-boot/drivers/ddr/marvell/axp/
H A Dddr3_dqs.c169 DEBUG_DQS_FULL_S("DDR3 - DQS Centralization RX - Find all limits\n"); in ddr3_dqs_centralization_rx()
249 DEBUG_DQS_FULL_S("DDR3 - DQS Centralization TX - Find all limits\n"); in ddr3_dqs_centralization_tx()
287 * Desc: Execute the Find ADLL limits phase.
323 DEBUG_DQS_FULL_S("DDR3 - DQS Find Limits - Starting Find ADLL Limits\n"); in ddr3_find_adll_limits()
354 DEBUG_DQS_FULL_C("DDR3 - DQS Find Limits - Victim DQ - ", in ddr3_find_adll_limits()
362 * The window limits are the adll values where the adll in ddr3_find_adll_limits()
389 DEBUG_DQS_FULL_C("DDR3 - DQS Find Limits - Setting ADLL to ", in ddr3_find_adll_limits()
427 DEBUG_DQS_FULL_C("DDR3 - DQS Find Limits - UnlockPup: ", in ddr3_find_adll_limits()
429 DEBUG_DQS_FULL_C("DDR3 - DQS Find Limits - NewUnlockPup: ", in ddr3_find_adll_limits()
435 DEBUG_DQS_FULL_C("DDR3 - DQS Find Limits - Skipping pup ", in ddr3_find_adll_limits()
[all …]

12345678910>>...47