/openbmc/linux/tools/memory-model/Documentation/ |
H A D | README | 12 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 D | access-marking.txt | 79 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 D | references.txt | 67 Susmit Sarkar, and Peter Sewell. 2018. "Simplifying ARM concurrency:
|
/openbmc/linux/kernel/kcsan/ |
H A D | .kunitconfig | 11 # Need some level of concurrency to test a concurrency sanitizer.
|
/openbmc/linux/Documentation/core-api/ |
H A D | workqueue.rst | 39 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 D | python3-pickleshare_0.7.5.bb | 1 SUMMARY = "Tiny 'shelve'-like database with concurrency support"
|
/openbmc/linux/io_uring/ |
H A D | tctx.c | 20 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 D | mirror.yml | 9 concurrency:
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/zeromq/ |
H A D | zeromq_4.3.5.bb | 1 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 D | concurrencykit_git.bb | 1 DESCRIPTION = "Concurrency Kit provides a plethora of concurrency primitives, \
|
/openbmc/openbmc/poky/meta/recipes-devtools/go/ |
H A D | go-common.inc | 4 efficient. Its concurrency mechanisms make it easy to write programs\
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jemalloc/ |
H A D | jemalloc_5.3.0.bb | 7 fragmentation avoidance and scalable concurrency support."
|
/openbmc/linux/Documentation/process/ |
H A D | volatile-considered-harmful.rst | 18 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 D | 4.Coding.rst | 174 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 D | torture.sh | 100 --compress-concurrency) 101 checkarg --compress-concurrency "(concurrency level)" $# "$2" '^[0-9][0-9]*$' '^error'
|
/openbmc/linux/Documentation/locking/ |
H A D | locktypes.rst | 61 concurrency control mechanisms and not suited for inter-CPU concurrency 201 interrupts is the appropriate form of concurrency control to protect
|
H A D | preempt-locking.rst | 13 those under SMP: concurrency and reentrancy. Thankfully, the Linux preemptible
|
H A D | seqlock.rst | 147 Latch sequence counters are a multiversion concurrency control mechanism
|
/openbmc/qemu/python/ |
H A D | setup.cfg | 206 concurrency = multiprocessing
|
/openbmc/linux/Documentation/livepatch/ |
H A D | callbacks.rst | 18 mutexes/spinlocks, or even stop_machine(), to avoid concurrency issues.
|
/openbmc/qemu/docs/devel/ |
H A D | ci-definitions.rst.inc | 70 intermittent/flaky test are async wait, concurrency, and test order dependency
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/ |
H A D | nginx.inc | 5 concurrency, performance and low memory usage."
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | debugfs-driver-habanalabs | 80 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 D | Kconfig | 150 for multi-channel concurrency. Enable this if P2P PowerSave support
|
/openbmc/linux/net/mac80211/ |
H A D | Kconfig | 293 Note that some of the counters are not concurrency safe
|