Searched refs:batch (Results 1 – 13 of 13) sorted by relevance
| /qemu/util/ |
| A D | qemu-coroutine.c | 74 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 D | bits-cfg.txt | 4 # 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 D | misc.json | 88 # @aio-max-batch: maximum number of requests in a batch for the AIO 99 'aio-max-batch': 'int' } }
|
| A D | qom.json | 527 # @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 D | block-core.json | 3234 # @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 D | spdm.rst | 63 -out end_responder.req -sha384 -batch \
|
| /qemu/docs/interop/ |
| A D | vhost-user.rst | 776 /* 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 D | rdma.txt | 386 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 D | qpl-compression.rst | 148 [ info] alloc wq 0 shared size 128 addr 0x7f26cebe5000 batch sz 0xfffffffe xfer sz 0x80000000
|
| /qemu/docs/devel/ |
| A D | tracing.rst | 200 prefix in a batch. For example, virtio-blk trace events could be enabled using
|
| /qemu/docs/system/ |
| A D | qemu-block-drivers.rst.inc | 147 particularly interesting with :option:`cache=writethrough` which doesn't batch
|
| /qemu/docs/tools/ |
| A D | qemu-img.rst | 869 ``cache=writethrough`` which doesn't batch metadata
|
| /qemu/ |
| A D | qemu-options.hx | 5994 …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