Home
last modified time | relevance | path

Searched refs:concurrent (Results 1 – 25 of 128) sorted by relevance

123456

/openbmc/obmc-console/
H A Dmeson.options2 option('concurrent-servers', type: 'boolean', value: false, description: 'Support multiple concurre…
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dgdbserver.py10 import concurrent.futures
49 with concurrent.futures.ThreadPoolExecutor(max_workers=1) as executor:
/openbmc/linux/tools/memory-model/Documentation/
H A Daccess-marking.txt4 This document provides guidelines for marking intentionally concurrent
183 5. Any other loads for which there is not supposed to be a concurrent
186 6. Any other stores for which there should be neither concurrent
187 loads nor concurrent stores to that same variable.
221 concurrent access to variable foo by any other CPU is an error, even
222 if that concurrent access is marked with READ_ONCE(). In addition,
225 other CPU to be concurrently writing to foo, even if that concurrent
238 your concurrent algorithm, to help the human reader, and to inform
345 concurrent lockless write.
466 there really can be concurrent lockless writers. KCSAN would
[all …]
H A Dordering.txt273 different pieces of the concurrent algorithm. The variable stored to
275 an acquire operation in other parts of the concurrent algorithm.
331 the different pieces of the concurrent algorithm by looking for the
481 concurrent atomic_inc() operations applied to a given variable
509 concurrent code. It is possible to used unmarked C-language accesses for
510 shared variables that are subject to concurrent access, but great care
524 so that there are never concurrent conflicting accesses to
526 (1) at least one of the concurrent accesses to a variable is an
533 o Use locking or other means to ensure that all concurrent accesses
/openbmc/qemu/docs/devel/
H A Dlockcnt.txt66 protect readers from other threads freeing memory after concurrent
132 Note that it is possible for multiple concurrent accesses to delay
135 more easily applicable if concurrent access to the structure is rare.
148 docs/devel/atomics.rst). This can be very helpful if concurrent access to
159 - concurrent access is possible but rare
170 concurrent with a visit to the list of bottom halves; 2) it only has
209 is zero (i.e. there is no concurrent visit). Because qemu_lockcnt_inc
/openbmc/openbmc/meta-phosphor/recipes-phosphor/console/
H A Dobmc-console_git.bb14 PACKAGECONFIG[concurrent-servers] = "-Dconcurrent-servers=true,-Dconcurrent-servers=false,"
29 # `concurrent-servers` in PACKAGECONFIG.
32 SYSTEMD_SERVICE:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'concurrent-servers', '', '${SSH_SY…
/openbmc/qemu/docs/spin/
H A Dtcg-exclusive.promela36 # warning defaulting to 2 concurrent exclusive sections
39 # warning defaulting to 1 concurrent exclusive sections
136 // Wait-free fast path, only needs mutex when concurrent with
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-greenlet_3.0.3.bb1 SUMMARY = "Python lightweight in-process concurrent programming"
H A Dpython3-eventlet_0.36.1.bb1 DESCRIPTION = "Highly concurrent networking library"
H A Dpython3-requests-futures_1.0.1.bb1 SUMMARY = "Small add-on for the python requests http library. Makes use of python 3.2’s concurrent.…
/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/console/
H A Dobmc-console_%.bbappend12 PACKAGECONFIG:append = " concurrent-servers"
/openbmc/openbmc/meta-ibm/recipes-phosphor/console/
H A Dobmc-console_%.bbappend42 PACKAGECONFIG:append:p10bmc = " concurrent-servers"
60 EXTRA_OECONF:append:witherspoon-tacoma = " --enable-concurrent-servers"
/openbmc/qemu/scripts/ci/gitlab-kubernetes-runners/
H A Dvalues.yaml5 concurrent: 200
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A DKconfig11 which support concurrent tri-band operation at 6GHz, 5GHz,
/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/console/
H A Dobmc-console_%.bbappend23 EXTRA_OECONF:append = " --enable-concurrent-servers"
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A DKconfig11 which support concurrent dual-band operation at both 5GHz
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/concurrencykit/
H A Dconcurrencykit_git.bb4 concurrent systems."
/openbmc/linux/tools/testing/kunit/
H A Drun_checks.py10 from concurrent import futures
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/ace/
H A Dace_6.5.19.bb3 patterns for concurrent communication software"
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_vmicert_management.robot150 [Documentation] Get multiple concurrent root certificate requests from multiple admins
165 [Documentation] Get multiple concurrent csr requests from multiple admins and verify no errors.
180 …[Documentation] Get multiple concurrent corrupted csr requests from multiple admins and verify no…
196 …[Documentation] Get multiple concurrent root certificate from non admin users and verify no error…
212 [Documentation] Get multiple concurrent root certificate from admin and non admin users
228 [Documentation] Get multiple concurrent root certificate from different non admin users
243 [Documentation] Get multiple concurrent csr request from non admin users and verify no errors.
273 [Documentation] Get concurrent root certificate and send csr request
321 [Documentation] Send concurrent csr request and corrupted csr request
353 [Documentation] Send concurrent csr requests from admin and non-admin users and verify
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/VPD/
H A DManager.interface.yaml111 to collect VPD of any given FRU in case of concurrent maintenance.
124 of concurrent maintenance. As a pre-requisite for this api,
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A DKconfig15 which support concurrent dual-band operation at both 5GHz
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jemalloc/
H A Djemalloc_5.3.0.bb4 SUMMARY = "General-purpose scalable concurrent malloc implementation"
/openbmc/linux/Documentation/admin-guide/blockdev/drbd/
H A Ddrbd-connection-state-overview.dot48 …cluster_resync [ shape=record,label="{<any>resynchronisation process running\l'concurrent' applica…
/openbmc/pldm/tools/visualize-pdr/
H A DREADME.md5 Host FRU pdrs coming in due to concurrent maintenance of the system,where the

123456