Home
last modified time | relevance | path

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

12

/openbmc/qemu/util/
H A Dqemu-coroutine.c72 CoroutinePoolBatch *batch = g_new(CoroutinePoolBatch, 1); in coroutine_pool_batch_new() local
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()
79 static void coroutine_pool_batch_delete(CoroutinePoolBatch *batch) in coroutine_pool_batch_delete() argument
84 QSLIST_FOREACH_SAFE(co, &batch->list, pool_next, tmp) { in coroutine_pool_batch_delete()
85 QSLIST_REMOVE_HEAD(&batch->list, pool_next); in coroutine_pool_batch_delete()
88 g_free(batch); in coroutine_pool_batch_delete()
94 CoroutinePoolBatch *batch; in local_pool_cleanup() local
97 QSLIST_FOREACH_SAFE(batch, local_pool, next, tmp) { in local_pool_cleanup()
[all …]
/openbmc/qemu/tests/functional/acpi-bits/bits-config/
H 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
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0012-raddb-certs-Makefile-fix-the-existed-certificate-err.patch9 openssl ca -batch -keyfile ca.key -cert ca.pem -in client.csr -key 'whatever' -out client.crt -ext…
39 - $(OPENSSL) ca -batch -keyfile ca.key -cert ca.pem -in server.csr -key $(PASSWORD_CA) -out server…
40 + @[ -f server.crt ] || $(OPENSSL) ca -batch -keyfile ca.key -cert ca.pem -in server.csr -key $(PA…
48 - $(OPENSSL) ca -batch -keyfile ca.key -cert ca.pem -in client.csr -key $(PASSWORD_CA) -out client…
49 + @[ -f client.crt ] || $(OPENSSL) ca -batch -keyfile ca.key -cert ca.pem -in client.csr -key $(PA…
H A D0013-raddb-certs-Makefile-fix-the-occasional-verification.patch75 …@[ -f server.crt ] || $(OPENSSL) ca -batch -keyfile ca.key -cert ca.pem -in server.csr -key $(PAS…
97 …@[ -f client.crt ] || $(OPENSSL) ca -batch -keyfile ca.key -cert ca.pem -in client.csr -key $(PAS…
120 - $(OPENSSL) ca -batch -keyfile ca.key -cert ca.pem -in inner-server.csr -key $(PASSWORD_CA) -out …
121 + @[ -f inner-server.crt ] || $(OPENSSL) ca -batch -keyfile ca.key -cert ca.pem -in inner-server.cs…
/openbmc/openbmc/meta-google/recipes-phosphor/flash/google-key/
H A Dverify-bmc-image.sh54 command gpg --batch --allow-non-selfsigned-uid --no-tty "$@"
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dteamcity.py279 batch = deque()
283 batch.append(line)
287 batch.appendleft("Log data follows:")
290 errorDetails="\n".join(batch))
293 errorDetails="\n".join(batch))
/openbmc/openbmc/poky/meta/recipes-extended/at/
H A Dat_3.2.5.bb1 SUMMARY = "Delayed job execution and batch processing"
75 rm -f ${D}${datadir}/at/batch-job
/openbmc/webui-vue/src/components/Global/
H A DTableToolbar.vue16 @click="$emit('batch-action', action.value)"
55 emits: ['batch-action', 'clear-selected'],
/openbmc/openbmc/meta-security/meta-integrity/scripts/
H A Dima-gen-local-ca.sh38 openssl req -new -x509 -utf8 -sha256 -days 36500 -batch -config $GENKEY \
H A Dima-gen-CA-signed.sh44 openssl req -new -nodes -utf8 -sha256 -days 36500 -batch -config $GENKEY \
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dmain.py24 from . import batch
165 batch.render(writer, r, options, f)
H A Dmain.py.in24 from . import batch
54 # help="profile rendering of chart (only useful when in batch mode indicated by -f)")
165 batch.render(writer, r, options, f)
/openbmc/webui-vue/docs/guide/components/table/
H A Dindex.md459 To add table batch actions:
477 will emit a `@batch-action` event that will provide the user selected action.
481 ![Table batch action example](./table-batch-action.png)
483 ![Table batch action active example](./table-batch-action-active.png)
492 @batch-action="onBatchAction"
557 // Do something with selected batch action and selected rows
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpulimit/
H A Dcpulimit_0.2.bb2 …ess (expressed in percentage, not in CPU time). This is useful to control batch jobs, when you don…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/emacs/files/
H A Davoid-running-host-binaries-for-sanity.patch20 - @v=$$(src/emacs${EXEEXT} --batch --eval \
/openbmc/u-boot/arch/arm/dts/
H A Dsun8i-h2-plus-bananapi-m2-zero.dts66 * On the production batch of this board the card detect GPIO is
/openbmc/qemu/qapi/
H A Dmisc.json88 # @aio-max-batch: maximum number of requests in a batch for the AIO
99 'aio-max-batch': 'int' } }
/openbmc/qemu/docs/specs/
H A Dspdm.rst63 -out end_responder.req -sha384 -batch \
/openbmc/u-boot/doc/imx/misc/
H A Dsdp.txt81 There is also a batch mode which allows imx_usb to handle multiple
/openbmc/webui-vue/src/views/Settings/SnmpAlerts/
H A DSnmpAlerts.vue21 @batch-action="onBatchAction"
/openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/
H A DTableRoleGroups.vue31 @batch-action="onBatchAction"
/openbmc/openbmc/meta-phosphor/classes/
H A Dfit-image.bbclass64 # args to openssl req (Default is -batch for non interactive mode and
66 FIT_KEY_REQ_ARGS ?= "-batch -new"
/openbmc/webui-vue/src/views/SecurityAndAccess/Sessions/
H A DSessions.vue29 @batch-action="onBatchAction"
/openbmc/qemu/docs/interop/
H 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
/openbmc/openbmc/poky/meta/classes-recipe/
H A Duboot-sign.bbclass78 # args to openssl req (Default is -batch for non interactive mode and
80 UBOOT_FIT_KEY_REQ_ARGS ?= "-batch -new"

12