Home
last modified time | relevance | path

Searched refs:increase (Results 1 – 25 of 33) sorted by relevance

12

/qemu/stubs/
H A Diothread-lock.c26 void bql_block_unlock(bool increase) in bql_block_unlock() argument
33 new_value = bql_unlock_blocked + increase - !increase; in bql_block_unlock()
34 assert((new_value > bql_unlock_blocked) == increase); in bql_block_unlock()
/qemu/system/
H A Dcpus.c524 void bql_block_unlock(bool increase) in bql_block_unlock() argument
531 new_value = bql_unlock_blocked + increase - !increase; in bql_block_unlock()
532 assert((new_value > bql_unlock_blocked) == increase); in bql_block_unlock()
/qemu/qapi/
H A Dstats.json20 # @cumulative: stat is cumulative; value can only increase.
22 # @instant: stat is instantaneous; value can increase or decrease.
24 # @peak: stat is the peak value; value can only increase.
/qemu/scripts/qapi/
H A Dvisit.py101 indent.increase()
111 indent.increase()
H A Dcommon.py148 def increase(self, amount: int = 4) -> None: member in Indentation
/qemu/include/qemu/
H A Dmain-loop.h286 void bql_block_unlock(bool increase);
/qemu/docs/system/arm/
H A Dbananapi_m2u.rst84 done with the ``qemu-img`` command. It is recommended to only increase the image size
86 to prepare a downloaded Armbian image, first extract it and then increase
H A Dorangepi.rst133 done with the ``qemu-img`` command. It is recommended to only increase the image size
135 to prepare a downloaded Armbian image, first extract it and then increase
/qemu/rust/qemu-api/src/
H A Dcell.rs241 fn bql_block_unlock(increase: bool) { in bql_block_unlock()
244 bindings::bql_block_unlock(increase); in bql_block_unlock()
/qemu/docs/system/i386/
H A Dxen.rst56 desirable to increase this value.
65 high throughput, it may be desirable to increase this value.
/qemu/docs/tools/
H A Dqemu-pr-helper.rst59 increase verbosity
H A Dqemu-vmsr-helper.rst57 increase verbosity
/qemu/docs/devel/testing/
H A Dqtest.rst33 Libqos also offers the Qgraph API to increase each test coverage and
H A Dci-runners.rst.inc115 * increase the "Maximum job timeout" to something like ``2h``
/qemu/docs/system/
H A Dimages.rst7 (their size increase as non empty sectors are written), compressed and
/qemu/docs/
H A Dmulti-thread-compression.txt28 extra CPU cycles will increase the migration time. On the other hand,
H A Dxbzrle.txt78 increase after each ram dirty bitmap sync. When a cache conflict is
/qemu/docs/system/riscv/
H A Dmicrochip-icicle-kit.rst30 performed in the machine init routine to prompt user to increase the RAM size
/qemu/docs/devel/migration/
H A Dmapped-ram.rst75 a performance increase for VMs with larger RAM sizes (10s to
/qemu/tests/qemu-iotests/
H A D108.out113 --- Does the image size increase? ---
H A D112.out126 Use qemu-img amend to increase the refcount entry width or qemu-img convert to create a clean copy …
/qemu/docs/devel/
H A Dcontrol-flow-integrity.rst48 If desired, an additional flag to increase the verbosity of the output in case
/qemu/docs/sphinx-static/
H A Dtheme_overrides.css7 /* Improve contrast and increase size for easier reading. */
/qemu/docs/specs/
H A Drapl-msr.rst61 will do what they have to do and so the energy counter will increase.
H A Dvmgenid.rst246 running, and adding this capability would greatly increase the complexity.

12