Home
last modified time | relevance | path

Searched refs:limits (Results 1 – 25 of 196) sorted by relevance

12345678

/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" \
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" \
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" \
89 limits=align=4k
90 $QEMU_IO -c "open -o $options,$limits blkdebug::$TEST_IMG" \
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" \
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" \
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 D093157 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])
208 limits[tk] = burst_rate
[all …]
/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/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/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/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/
H A D0011-include-limits.h-for-PATH_MAX.patch4 Subject: [PATCH] include limits.h for PATH_MAX
26 +#include <limits.h>
38 +#include <limits.h>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A D0001-Check-for-limits.h-during-configure.patch4 Subject: [PATCH 1/5] Check for limits.h during configure
21 +AC_CHECK_HEADERS(limits.h)
/openbmc/openbmc/poky/meta/recipes-devtools/mtd/files/
H A D0004-ubifs-utils-extract_files-Include-linux-limits.h.patch4 Subject: [PATCH v4 mtd-utils 4/4] ubifs-utils: extract_files: Include <linux/limits.h>
6 Include <linux/limits.h> to fix the following build error when building
34 +#include <linux/limits.h>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/memstat/memstat/
H A D0001-Include-limits.h-for-PATH_MAX-definition.patch4 Subject: [PATCH] Include limits.h for PATH_MAX definition
25 +#include <limits.h>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A D0008-include-linux-limits.h-for-MAX_INPUT.patch4 Subject: [PATCH 08/10] include linux/limits.h for MAX_INPUT
24 +#include <linux/limits.h>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0004-include-limits.h.patch4 Subject: [PATCH] include limits.h
24 +#include <limits.h>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusb/libusb-compat/
H A D0001-usb.h-Include-sys-types.h.patch25 /* On linux PATH_MAX is defined in linux/limits.h. */
27 #include <linux/limits.h>
/openbmc/u-boot/arch/arm/dts/
H A Dexynos4210.dtsi127 samsung,pix-limits = <4224 8192 1920 4224>;
133 samsung,pix-limits = <4224 8192 1920 4224>;
139 samsung,pix-limits = <4224 8192 1920 4224>;
145 samsung,pix-limits = <1920 8192 1366 1920>;
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A Dippool_usl_timer.patch1 include limits.h to avoid UINT_MAX undefined compiling error.
17 +#include <limits.h>
/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/fans/phosphor-pid-control/
H A Dfan-setup.service8 # Set temperature limits:40C (ALERT)
10 # Set temperature limits: 60C (OT)
12 # Set temperature limits: 50C (THERM)
/openbmc/openbmc-test-automation/lib/
H A Denergy_scale_utils.robot44 # &{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/poky/meta/recipes-extended/shadow/files/pam.d/
H A Dlogin52 # set access limits.
56 # Sets up user limits according to /etc/security/limits.conf
57 # (Replaces the use of /etc/limits in old login)
H A Dsu47 # Sets up user limits, please uncomment and read /etc/security/limits.conf
49 # (Replaces the use of /etc/limits in old login)
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/
H A Dlibgcc-initial.inc12 # b) create a dummy limits.h file so that later when glibc creates one,
22 # libgcc-intial build. We have to create the dummy limits.h to avoid
47 touch ${STAGING_INCDIR}/limits.h
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0010-Use-uintmax_t-for-handling-rlim_t.patch29 - LOG(6, "%s: File Size limits: 0x%"FMT64"x 0x%"FMT64"x\n",
31 + //LOG(6, ("%s: File Size limits: 0x%jx 0x%jx\n",
/openbmc/dbus-sensors/src/fan/
H A DTachSensor.cpp55 const std::pair<double, double>& limits, const PowerState& powerState, in TachSensor() argument
58 objectType, false, false, limits.second, limits.first, conn, in TachSensor()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/zeroconf/zeroconf/
H A Dcompilefix.patch16 +#include <limits.h>
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/bridge-utils/bridge-utils/
H A D0004-cleanup-includes.patch7 Should resolve build issues for distros that need limits.h
80 +#include <limits.h>
113 +#include <limits.h>
/openbmc/openbmc/poky/meta/recipes-core/newlib/
H A Dnewlib.inc58 # We need a dummy limits.h to pass preprocessor checks
61 touch ${STAGING_INCDIR}/limits.h

12345678