Home
last modified time | relevance | path

Searched full:amount (Results 1 – 25 of 678) sorted by relevance

12345678910>>...28

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dhost_interface.hpp79 * @brief Returns the amount of time to wait before retrying after
82 * @return milliseconds - The amount of time to wait
90 * @brief Returns the amount of time to wait before retrying after
93 * @return milliseconds - The amount of time to wait
101 * @brief Returns the amount of time to wait before retrying if the
107 * @return milliseconds - The amount of time to wait
115 * @brief Returns the amount of time to wait after the host is up
120 * @return milliseconds - The amount of time to wait
227 * @brief The default amount of time to wait before retrying
233 * @brief The default amount of time to wait
[all …]
/openbmc/qemu/migration/
H A Dmigration-stats.h19 * Amount of time to allocate to each "chunk" of bandwidth-throttled
89 * Amount of transferred data at the start of current cycle.
93 * Maximum amount of data we can send in a cycle.
109 * migration_rate_get: Get the maximum amount that can be transferred.
123 * migration_rate_set: Set the maximum amount that can be transferred.
125 * Sets the maximum amount of bytes that can be transferred in one cycle.
127 * @new_rate: new maximum amount
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_balloon.h64 #define VIRTIO_BALLOON_S_SWAP_IN 0 /* Amount of memory swapped in */
65 #define VIRTIO_BALLOON_S_SWAP_OUT 1 /* Amount of memory swapped out */
68 #define VIRTIO_BALLOON_S_MEMFREE 4 /* Total amount of free memory */
69 #define VIRTIO_BALLOON_S_MEMTOT 5 /* Total amount of memory */
76 #define VIRTIO_BALLOON_S_ASYNC_SCAN 12 /* Amount of memory scanned asynchronously */
77 #define VIRTIO_BALLOON_S_DIRECT_SCAN 13 /* Amount of memory scanned directly */
78 #define VIRTIO_BALLOON_S_ASYNC_RECLAIM 14 /* Amount of memory reclaimed asynchronously */
79 #define VIRTIO_BALLOON_S_DIRECT_RECLAIM 15 /* Amount of memory reclaimed directly */
/openbmc/qemu/include/qemu/
H A Dco-shared-resource.h2 * Helper functionality for distributing a fixed total amount of
35 * @total: total amount of some resource to be shared between clients
48 * Allocate an amount of @n, and, if necessary, yield until
54 * Deallocate an amount of @n. The total amount allocated by a caller
/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/phosphor-logging/test/openpower-pels/
H A Dmocks.hpp135 * @brief Returns the amount of time to wait before retrying after
138 * @return milliseconds - The amount of time to wait
146 * @brief Returns the amount of time to wait before retrying after
149 * @return milliseconds - The amount of time to wait
157 * @brief Returns the amount of time to wait before retrying if the
161 * @return milliseconds - The amount of time to wait
169 * @brief Returns the amount of time to wait after the host is up
172 * @return milliseconds - The amount of time to wait
/openbmc/phosphor-dbus-interfaces/yaml/org/freedesktop/UPower/
H A DDevice.interface.yaml27 "The amount of data to return in seconds, or 0 for all."
142 "Amount of energy (measured in Wh) currently available in the power
149 "Amount of energy (measured in Wh) in the power source when it's
156 "Amount of energy (measured in Wh) in the power source when it's
163 "Amount of energy (measured in Wh) the power source is designed to
170 "Amount of energy being drained from the source, measured in W. If
202 "The amount of energy left in the power source expressed as a
/openbmc/qemu/scripts/qapi/
H A Dcommon.py148 def increase(self, amount: int = 4) -> None:
149 """Increase the indentation level by ``amount``, default 4."""
150 self._level += amount
152 def decrease(self, amount: int = 4) -> None:
153 """Decrease the indentation level by ``amount``, default 4."""
154 assert amount <= self._level
155 self._level -= amount
/openbmc/u-boot/fs/ubifs/
H A Dbudget.c17 * impossible to accurately predict the amount of space needed. Consequently
38 * The below constant defines amount of dirty pages which should be written
49 * This function shrinks UBIFS liability by means of writing back some amount
95 * amount of bytes UBIFS has "promised" to write to the media.
166 * ubifs_calc_min_idx_lebs - calculate amount of LEBs for the index.
202 * This function calculates and returns amount of FS space available for use.
286 * be able to commit dirty index. So this function basically adds amount of
288 * and makes sure this does not exceed the amount of free LEBs.
380 * calc_data_growth - calculate approximate amount of new data from budgeting
400 * calc_dd_growth - calculate approximate amount of data which makes other data
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DManagerDiagnosticData.v1_2_3.json351 …"description": "The amount of memory available in bytes for starting new processes without swappin…
352 …"longDescription": "This property shall contain the amount of memory available in bytes for starti…
361 … "description": "The amount of memory used in bytes by kernel buffers, page caches, and slabs.",
362 …"longDescription": "This property shall contain the amount of memory used in bytes by kernel buffe…
371 "description": "The amount of free memory in bytes.",
372 … "longDescription": "This property shall contain the amount of free memory in bytes.",
381 "description": "The amount of shared memory in bytes.",
382 …"longDescription": "This property shall contain the amount of shared memory in bytes. This includ…
391 "description": "The total amount of memory in bytes.",
392 … "longDescription": "This property shall contain the total amount of memory in bytes.",
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DManagerDiagnosticData.v1_2_3.json351 …"description": "The amount of memory available in bytes for starting new processes without swappin…
352 …"longDescription": "This property shall contain the amount of memory available in bytes for starti…
361 … "description": "The amount of memory used in bytes by kernel buffers, page caches, and slabs.",
362 …"longDescription": "This property shall contain the amount of memory used in bytes by kernel buffe…
371 "description": "The amount of free memory in bytes.",
372 … "longDescription": "This property shall contain the amount of free memory in bytes.",
381 "description": "The amount of shared memory in bytes.",
382 …"longDescription": "This property shall contain the amount of shared memory in bytes. This includ…
391 "description": "The total amount of memory in bytes.",
392 … "longDescription": "This property shall contain the total amount of memory in bytes.",
[all …]
/openbmc/openbmc-build-scripts/scripts/
H A Dboot-qemu-test.exp3 # Launch QEMU and verify we can login then sleep for defined amount of time
7 # QEMU_RUN_TIMER Amount of time to run the QEMU instance
/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/openbmc/poky/scripts/
H A Doe-time-dd-test.sh23 …echo "-c | --count <amount> dd (transfer) <amount> KiB of data within specified timeout to detect…
25 echo "-t | --timeout <time> timeout in seconds for the <count> amount of data to be transferred."
/openbmc/sdeventplus/src/sdeventplus/utility/
H A Dtimer.hpp54 * @param[in] interval - Optional amount of time in-between timer
57 * @param[in] accuracy - Optional amount of error tolerable in timer
144 /** @brief Sets the amount of time left until the timer expires.
147 * @param[in] remaining - The new amount of time left on the timer
152 /** @brief Resets the amount of time left to the interval of the timer.
/openbmc/u-boot/lib/efi/
H A DKconfig29 hex "Amount of EFI RAM for U-Boot"
33 Set the amount of EFI RAM which is claimed by U-Boot for its own
/openbmc/qemu/include/migration/
H A Dregister.h204 * Sum of @can_postcopy and @must_postcopy is the whole amount of
208 * @must_precopy: amount of data that must be migrated in precopy
211 * @can_postcopy: amount of data that can be migrated in postcopy
225 * Sum of @can_postcopy and @must_postcopy is the whole amount of
229 * @must_precopy: amount of data that must be migrated in precopy
232 * @can_postcopy: amount of data that can be migrated in postcopy
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DManagerDiagnosticData_v1.xml142 <Annotation Term="OData.Description" String="The total amount of memory in bytes."/>
143 …rm="OData.LongDescription" String="This property shall contain the total amount of memory in bytes…
148 <Annotation Term="OData.Description" String="The amount of used memory in bytes."/>
149 …<Annotation Term="OData.LongDescription" String="This property shall contain the amount of used me…
154 <Annotation Term="OData.Description" String="The amount of free memory in bytes."/>
155 …<Annotation Term="OData.LongDescription" String="This property shall contain the amount of free me…
160 <Annotation Term="OData.Description" String="The amount of shared memory in bytes."/>
161 …<Annotation Term="OData.LongDescription" String="This property shall contain the amount of shared …
166 …<Annotation Term="OData.Description" String="The amount of memory used in bytes by kernel buffers,…
167 …<Annotation Term="OData.LongDescription" String="This property shall contain the amount of memory …
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/
H A DManagerDiagnosticData_v1.xml142 <Annotation Term="OData.Description" String="The total amount of memory in bytes."/>
143 …rm="OData.LongDescription" String="This property shall contain the total amount of memory in bytes…
148 <Annotation Term="OData.Description" String="The amount of used memory in bytes."/>
149 …<Annotation Term="OData.LongDescription" String="This property shall contain the amount of used me…
154 <Annotation Term="OData.Description" String="The amount of free memory in bytes."/>
155 …<Annotation Term="OData.LongDescription" String="This property shall contain the amount of free me…
160 <Annotation Term="OData.Description" String="The amount of shared memory in bytes."/>
161 …<Annotation Term="OData.LongDescription" String="This property shall contain the amount of shared …
166 …<Annotation Term="OData.Description" String="The amount of memory used in bytes by kernel buffers,…
167 …<Annotation Term="OData.LongDescription" String="This property shall contain the amount of memory …
[all …]
/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/u-boot/include/
H A Dtps6586x.h30 * @param step Amount to change voltage in each step, in 25mW units
33 * @param min_sm0_over_sm1 Minimum amount by which sm0 must exceed sm1.
/openbmc/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c691 unsigned int amount; in do_read() local
724 * Try to read the remaining amount. in do_read()
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()
[all …]
/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-zone-config/witherspoon/
H A Dzones.yaml43 amount of cooling even when the system may be idle.
91 amount of cooling even when the system may be idle.
/openbmc/dbus-sensors/src/external/
H A DExternalSensor.hpp49 // Returns amount of time elapsed since last writeBegin() happened
53 // Returns amount of time remaining until sensor timeout will happen
/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

12345678910>>...28