Home
last modified time | relevance | path

Searched refs:concurrency (Results 1 – 25 of 54) sorted by relevance

123

/openbmc/linux/tools/memory-model/Documentation/
H A DREADME12 o You are new to Linux-kernel concurrency: simple.txt
14 o You have some background in Linux-kernel concurrency, and would
15 like an overview of the types of low-level concurrency primitives
20 o You are familiar with the Linux-kernel concurrency primitives
24 o You are familiar with Linux-kernel concurrency, and would
31 o You are familiar with Linux-kernel concurrency and the use of
34 o You are familiar with Linux-kernel concurrency and the use
75 Starting point for someone new to Linux-kernel concurrency.
76 And also a reminder of the simpler approaches to concurrency!
H A Daccess-marking.txt79 are not an integral part of the core concurrency design.
83 the core concurrency design. For example, suppose that the core design
217 into concurrency bugs.
239 KCSAN of aspects of your concurrency design. This section looks at a
278 The reader-writer lock prevents the compiler from introducing concurrency
550 invoked concurrently, the stress test should force this concurrency to
H A Dreferences.txt67 Susmit Sarkar, and Peter Sewell. 2018. "Simplifying ARM concurrency:
/openbmc/linux/kernel/kcsan/
H A D.kunitconfig11 # Need some level of concurrency to test a concurrency sanitizer.
/openbmc/linux/Documentation/core-api/
H A Dworkqueue.rst39 Although MT wq wasted a lot of resource, the level of concurrency
47 The tension between the provided level of concurrency and resource
51 MT wq don't provide much better concurrency, users which require
111 tries to keep the concurrency at a minimal but sufficient level.
115 Each worker-pool bound to an actual CPU implements concurrency
176 * Wide fluctuation in the concurrency level requirement is
201 implements concurrency management among its workers.
205 concurrency level. In other words, runnable CPU intensive
212 concurrency level, start of their executions is still
213 regulated by the concurrency management and runnable
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pickleshare_0.7.5.bb1 SUMMARY = "Tiny 'shelve'-like database with concurrency support"
/openbmc/linux/io_uring/
H A Dtctx.c20 unsigned int concurrency; in io_init_wq_offload() local
42 concurrency = min(ctx->sq_entries, 4 * num_online_cpus()); in io_init_wq_offload()
44 return io_wq_create(concurrency, &data); in io_init_wq_offload()
/openbmc/openbmc/meta-raspberrypi/.github/workflows/
H A Dmirror.yml9 concurrency:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/zeromq/
H A Dzeromq_4.3.5.bb1 DESCRIPTION = "ZeroMQ looks like an embeddable networking library but acts like a concurrency frame…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/concurrencykit/
H A Dconcurrencykit_git.bb1 DESCRIPTION = "Concurrency Kit provides a plethora of concurrency primitives, \
/openbmc/openbmc/poky/meta/recipes-devtools/go/
H A Dgo-common.inc4 efficient. Its concurrency mechanisms make it easy to write programs\
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jemalloc/
H A Djemalloc_5.3.0.bb7 fragmentation avoidance and scalable concurrency support."
/openbmc/linux/Documentation/process/
H A Dvolatile-considered-harmful.rst18 process of protecting against unwanted concurrency will also avoid almost
105 they come with a justification which shows that the concurrency issues have
H A D4.Coding.rst174 about the concurrency issues presented by multiprocessor systems. Now,
177 raise the level of concurrency within the kernel. The days when kernel
186 attention to concurrency will have a difficult path into the mainline.
/openbmc/linux/tools/testing/selftests/rcutorture/bin/
H A Dtorture.sh100 --compress-concurrency)
101 checkarg --compress-concurrency "(concurrency level)" $# "$2" '^[0-9][0-9]*$' '^error'
/openbmc/linux/Documentation/locking/
H A Dlocktypes.rst61 concurrency control mechanisms and not suited for inter-CPU concurrency
201 interrupts is the appropriate form of concurrency control to protect
H A Dpreempt-locking.rst13 those under SMP: concurrency and reentrancy. Thankfully, the Linux preemptible
H A Dseqlock.rst147 Latch sequence counters are a multiversion concurrency control mechanism
/openbmc/qemu/python/
H A Dsetup.cfg204 concurrency = multiprocessing
/openbmc/linux/Documentation/livepatch/
H A Dcallbacks.rst18 mutexes/spinlocks, or even stop_machine(), to avoid concurrency issues.
/openbmc/qemu/docs/devel/
H A Dci-definitions.rst.inc70 intermittent/flaky test are async wait, concurrency, and test order dependency
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/
H A Dnginx.inc5 concurrency, performance and low memory usage."
/openbmc/linux/Documentation/ABI/testing/
H A Ddebugfs-driver-habanalabs80 This interface doesn't support concurrency in the same device.
243 This interface doesn't support concurrency in the same device.
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A DKconfig150 for multi-channel concurrency. Enable this if P2P PowerSave support
/openbmc/linux/net/mac80211/
H A DKconfig293 Note that some of the counters are not concurrency safe

123