Home
last modified time | relevance | path

Searched refs:primitives (Results 1 – 25 of 95) sorted by relevance

1234

/openbmc/linux/Documentation/RCU/
H A Dchecklist.rst28 read-side primitives is critically important.
91 primitives to add, remove, and replace elements on
108 appear atomic, as will individual atomic primitives.
111 of multiple atomic primitives. One alternative is to
156 various "_rcu()" list-traversal primitives, such
160 primitives. This is particularly useful in code that
167 list-traversal primitives can substitute for a good
171 and list_add_rcu() primitives must be used in order
228 primitives such as call_rcu().
334 9. All RCU list-traversal primitives, which include
[all …]
H A Dlockdep.rst14 In addition, RCU provides the following primitives that check lockdep's
30 checking of rcu_dereference() primitives:
107 traversal primitives check for being called from within an RCU read-side
110 traversal primitives will complain only if the lockdep expression is
/openbmc/linux/tools/memory-model/Documentation/
H A Dordering.txt46 Note well that many of these primitives generate absolutely no code
58 The Linux-kernel primitives that provide full ordering include:
65 o RCU's grace-period primitives.
113 Finally, RCU's grace-period primitives provide full ordering. These
114 primitives include synchronize_rcu(), synchronize_rcu_expedited(),
117 Furthermore, RCU's grace-period primitives can only be invoked in
118 sleepable contexts. Therefore, RCU's grace-period primitives are
378 Compared to locking primitives and RMW atomic operations, markers
460 primitives required the compiler to emit the corresponding store
468 primitives required the compiler to emit the corresponding load
[all …]
H A Dsimple.txt52 Please use the standard locking primitives provided by the kernel rather
53 than rolling your own. For one thing, the standard primitives interact
54 properly with lockdep. For another thing, these primitives have been
131 Packaged primitives: Sequence locking
148 primitives. (LKMM does not yet know about sequence locking, so it is
153 Packaged primitives: RCU
168 Packaged primitives: Atomic operations
194 Reading code using these primitives is often also quite helpful.
223 WRITE_ONCE() can safely be used in some cases. These primitives provide
226 One example use for these primitives is statistics, such as per-CPU
[all …]
H A DREADME15 like an overview of the types of low-level concurrency primitives
20 o You are familiar with the Linux-kernel concurrency primitives
66 primitives by category.
/openbmc/qemu/scripts/
H A Du2f-setup-gen.py18 from cryptography.hazmat.primitives.asymmetric import ec
19 from cryptography.hazmat.primitives.serialization import Encoding, \
/openbmc/u-boot/doc/device-tree-bindings/mailbox/
H A Dnvidia,tegra186-hsp.txt4 together. It provides a set of hardware synchronization primitives for
6 protocols can use hardware synchronization primitives, when operating between
/openbmc/qemu/docs/spin/
H A Dwin32-qemu-event.promela25 /* Basic sanity checking: test the Win32 event primitives */
31 * primitives. SET/RESET/WAIT have exactly the same semantics as
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-posix-ipc_1.1.1.bb1 DESCRIPTION = "POSIX IPC primitives (semaphores, shared memory and message queues) for Python"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/
H A Dlibsdl-gfx_2.0.25.bb1 SUMMARY = "SDL graphics drawing primitives and other support functions"
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython-pycryptodome.inc3 cryptographic primitives."
H A Dpython3-cryptography_42.0.5.bb1 SUMMARY = "Provides cryptographic recipes and primitives to python developers"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/zchunk/
H A Dzchunk_1.4.0.bb20 # Use OpenSSL primitives for SHA
/openbmc/linux/Documentation/devicetree/bindings/mailbox/
H A Dnvidia,tegra186-hsp.yaml16 primitives for interprocessor communication. So the interprocessor
18 primitives, when operating between two processors not in an SMP
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/concurrencykit/
H A Dconcurrencykit_git.bb1 DESCRIPTION = "Concurrency Kit provides a plethora of concurrency primitives, \
/openbmc/linux/tools/testing/selftests/powerpc/
H A DMakefile26 primitives \
/openbmc/linux/Documentation/core-api/
H A Dgenericirq.rst121 primitives referenced by the assigned chip descriptor structure.
183 The helper functions call the chip primitives and are used by the
279 The simple flow handler does not call any handler/chip primitives.
367 These primitives are strictly intended to mean what they say: ack means
386 chip primitives. The per-irq structure is protected via desc->lock, by
H A Dindex.rst60 Concurrency primitives
/openbmc/linux/Documentation/devicetree/bindings/firmware/
H A Dnvidia,tegra210-bpmp.txt16 - reg: physical base address and length for HW synchornization primitives
/openbmc/linux/Documentation/driver-api/usb/
H A Ddma.rst44 For those specific cases, USB has primitives to allocate less expensive
55 Most drivers should **NOT** be using these primitives; they don't need
135 calls (where the underlying DMA primitives have changed), most of them can
/openbmc/linux/Documentation/locking/
H A Dlocktypes.rst12 The kernel provides a variety of locking primitives which can be divided
34 versions of these primitives. In short, don't acquire sleeping locks from
59 preemption and interrupt disabling primitives. Contrary to other locking
165 interrupt disabling and enabling primitives:
177 primitives:
180 of the protection scope while the regular primitives are scopeless and
/openbmc/linux/include/linux/
H A Dintel_rapl.h85 u64 primitives[NR_RAPL_PRIMITIVES]; member
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dpixman_0.42.2.bb4 Porter/Duff model and implicit mask generation for geometric primitives \
/openbmc/qemu/docs/devel/
H A Dlockcnt.txt49 One may think of using the RCU primitives, rcu_read_lock() and
80 A QemuLockCnt comprises both a counter and a mutex; it has primitives
254 Again, the RCU primitives are used because new items can be added to the
/openbmc/u-boot/doc/
H A DREADME.sched16 - There are NO primitives for thread synchronization (locking,

1234