Home
last modified time | relevance | path

Searched refs:amount (Results 1 – 25 of 218) sorted by relevance

123456789

/openbmc/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c691 unsigned int amount; in do_read() local
731 amount = min(amount_left, FSG_BUFLEN); in do_read()
734 amount = min(amount, (unsigned int) PAGE_CACHE_SIZE - in do_read()
747 if (amount == 0) { in do_read()
759 amount / SECTOR_SIZE, in do_read()
766 VLDBG(curlun, "file read %u @ %llu -> %d\n", amount, in do_read()
774 } else if (nread < amount) { in do_read()
776 (int) nread, amount); in do_read()
786 if (nread < amount) { in do_read()
818 unsigned int amount; in do_write() local
[all …]
/openbmc/qemu/scripts/qapi/
H A Dcommon.py148 def increase(self, amount: int = 4) -> None:
150 self._level += amount
152 def decrease(self, amount: int = 4) -> None:
154 assert amount <= self._level
155 self._level -= amount
/openbmc/phosphor-health-monitor/
H A Dbmc_health_config_json.md22 - This indicates the amount of un-used memory.
24 - This indicates the amount of memory being shared between processes within
27 - This indicates the amount of memory being used for caching and temporary
30 - This indicates the amount of available storage space
32 - This indicates the amount of available space for type depicted by `<xxx>`
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/
H A Dtftp-hpa-0.49-stats.patch19 printf("%s %lu bytes in %.1f seconds", direction, amount, delta);
20 printf(" [%.0f bit/s]", (amount * 8.) / delta);
/openbmc/phosphor-fan-presence/docs/monitor/
H A Dmonitor_start_delay.md5 The amount of time(in seconds) to delay from monitoring the fan at the start of
H A Dfan_missing_error_delay.md5 The amount of time(in seconds) to delay logging an error against the fan when
H A Dnonfunc_rotor_error_delay.md5 The amount of time(in seconds) to delay logging an error against the fan when
/openbmc/u-boot/drivers/ram/
H A DKconfig15 The RAM subsystem adds a small amount of overhead to the image.
24 The RAM subsystem adds a small amount of overhead to the image.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/
H A Dpostgresql.service23 # Give a reasonable amount of time for the server to start up/shut down
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/
H A DCVE-2017-8372_CVE-2017-8373.patch8 the previous frame we need for this frame. frame_space is the amount of main
12 The maximum amount of data from a previous frame that the format allows is 511
/openbmc/openbmc/poky/documentation/profile-manual/
H A Dexamples.rst17 a significant amount of writing due to certain post-install scripts.
/openbmc/openbmc/poky/meta/recipes-extended/stress-ng/
H A Dstress-ng_0.18.12.bb3 imposes a configurable amount of CPU, memory, I/O, and disk stress on the system."
/openbmc/u-boot/doc/
H A DREADME.qemu-arm14 - A freely configurable amount of CPU cores
17 - A freely configurable amount of RAM, described by the DTB
/openbmc/u-boot/fs/fat/
H A DKconfig22 is the smallest amount of disk space that can be used to hold a
/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/
H A D0001-build-pack.c-do-not-insert-payloadflags-into-.rpm-me.patch7 (deterministic), and 56 is the amount of threads (varies from one
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxdamage_1.1.6.bb11 amount of data transmitted as well as reduce the processing latency once \
/openbmc/openbmc/poky/meta/recipes-devtools/perl/
H A Dlibtest-fatal-perl_0.017.bb4 exception-throwing code with about the same amount of typing."
/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/
H A Drt-tests_git.bb3 DESCRIPTION = "The main aim of the PREEMPT_RT patch is to minimize the amount of kernel code that i…
/openbmc/pldm/
H A Dmeson.options44 description: '''The amount of time pldm waits to get a response for a dbus
52 description: '''The amount of time host waits for BMC to respond to pings
116 description: '''The amount of time a requester has to wait for a response
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/gnome-layer/recipes-graphics/openbox/openbox-xdgmenu/
H A Dport-gnome-menus3.patch28 - else if ((strcmp (argv[i], "--show-amount") == 0) ||
64 - g_printf (" -a: Show the amount of items in each category next to its name.\n");
/openbmc/qemu/target/mips/tcg/
H A Dtx79.decode20 # reduce the amount of duplication between instruction patterns.
/openbmc/qemu/docs/interop/
H A Ddbus-vmstate.rst17 For now, the data amount to be transferred is arbitrarily limited to
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-support/smem/
H A Dsmem_1.5.bb4 which is a more meaningful representation of the amount of memory used by \
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/pywbem/
H A Dpython3-pywbem_1.7.3.bb5 WBEM client should be easy to use and not necessarily require a large amount \
/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman/
H A DCVE-2025-32366.patch9 than the amount of remaining packet data in the current state of

123456789