Home
last modified time | relevance | path

Searched refs:batch (Results 1 – 13 of 13) sorted by relevance

/qemu/util/
A Dqemu-coroutine.c74 QSLIST_INIT(&batch->list); in coroutine_pool_batch_new()
75 batch->size = 0; in coroutine_pool_batch_new()
76 return batch; in coroutine_pool_batch_new()
88 g_free(batch); in coroutine_pool_batch_delete()
120 if (unlikely(!batch)) { in coroutine_pool_get_local()
126 batch->size--; in coroutine_pool_get_local()
128 if (batch->size == 0) { in coroutine_pool_get_local()
144 if (batch) { in coroutine_pool_refill_local()
150 if (batch) { in coroutine_pool_refill_local()
194 if (unlikely(!batch)) { in coroutine_pool_put()
[all …]
/qemu/tests/functional/acpi-bits/bits-config/
A Dbits-cfg.txt4 # To run BITS in batch mode, set batch to a list of one or more of the
12 # Leave batch set to an empty string to disable batch mode.
13 # batch =
15 # Uncomment the following to run all available batch operations
18 batch = test acpi smbios
/qemu/qapi/
A Dmisc.json88 # @aio-max-batch: maximum number of requests in a batch for the AIO
99 'aio-max-batch': 'int' } }
A Dqom.json527 # @aio-max-batch: maximum number of requests in a batch for the AIO
540 'data': { '*aio-max-batch': 'int',
561 # The @aio-max-batch option is available since 6.1.
A Dblock-core.json3234 # @aio-max-batch: maximum number of requests to batch together into a
3236 # between this and the aio-max-batch value of the IOThread object
3273 '*aio-max-batch': 'int',
/qemu/docs/specs/
A Dspdm.rst63 -out end_responder.req -sha384 -batch \
/qemu/docs/interop/
A Dvhost-user.rst776 /* Maintain a list for the last batch of used descriptors.
797 /* The head of list that track the last batch of used descriptors. */
829 #. Increase the ``idx`` value of used ring by the size of the batch
831 #. Set the ``inflight`` field of each ``DescStateSplit`` entry in the batch to 0
839 last batch may be incorrect),
842 used ring to get last batch size of ``DescStateSplit`` entries
844 #. Set the ``inflight`` field of each ``DescStateSplit`` entry to 0 in last batch
971 #. Increase ``used_idx`` by the size of the batch and update
977 in the batch to 0
985 ``inflight`` field of ``DescStatePacked`` entries in last batch may
/qemu/docs/
A Drdma.txt386 for the completion of *every* chunk. The current batch size
388 Only the last chunk in a batch must be signaled.
/qemu/docs/devel/migration/
A Dqpl-compression.rst148 [ info] alloc wq 0 shared size 128 addr 0x7f26cebe5000 batch sz 0xfffffffe xfer sz 0x80000000
/qemu/docs/devel/
A Dtracing.rst200 prefix in a batch. For example, virtio-blk trace events could be enabled using
/qemu/docs/system/
A Dqemu-block-drivers.rst.inc147 particularly interesting with :option:`cache=writethrough` which doesn't batch
/qemu/docs/tools/
A Dqemu-img.rst869 ``cache=writethrough`` which doesn't batch metadata
/qemu/
A Dqemu-options.hx5994 …d,poll-max-ns=poll-max-ns,poll-grow=poll-grow,poll-shrink=poll-shrink,aio-max-batch=aio-max-batch``
6030 The ``aio-max-batch`` parameter is the maximum number of requests
6031 in a batch for the AIO engine, 0 means that the engine will use

Completed in 37 milliseconds