Searched refs:locking (Results 1 – 25 of 237) sorted by relevance
12345678910
| /linux/tools/memory-model/Documentation/ |
| A D | simple.txt | 39 This approach is called "code locking". 41 Code locking can severely limit both performance and scalability, so it 47 One of the advantages of locking is that, in happy contrast with the 58 locking functions must carefully prevent both the CPU and the compiler 59 from moving code in either direction across the locking function. 86 Data locking 89 With code locking, we use single-threaded code execution to guarantee 104 As the number of buckets increases, data locking scales naturally. 131 Packaged primitives: Sequence locking 160 and "protect updates with locking". [all …]
|
| A D | locking.txt | 16 The basic rule of locking is worth repeating: 82 locking basic rule extend across multiple acquisitions of a given lock 90 double-checked locking work correctly, This litmus test illustrates 93 /* See Documentation/litmus-tests/locking/DCL-broken.litmus. */ 118 /* See Documentation/litmus-tests/locking/DCL-fixed.litmus. */ 151 It is not necessarily the case that accesses ordered by locking will be 232 /* See Documentation/litmus-tests/locking/RM-fixed.litmus. */ 269 /* See Documentation/litmus-tests/locking/RM-broken.litmus. */
|
| /linux/fs/gfs2/ |
| A D | Kconfig | 22 the locking module below. Documentation and utilities for GFS2 can 29 bool "GFS2 DLM locking" 33 Multiple node locking module for GFS2 35 Most users of GFS2 will require this. It provides the locking
|
| /linux/Documentation/litmus-tests/ |
| A D | README | 41 locking (/locking directory) 45 Demonstrates that double-checked locking needs more than just 49 Demonstrates corrected double-checked locking that uses 54 Demonstrates problems with "roach motel" locking, where code is
|
| /linux/Documentation/translations/zh_CN/locking/ |
| A D | index.rst | 4 :Original: Documentation/locking/index.rst 30 * preempt-locking
|
| A D | mutex-design.rst | 4 :Original: Documentation/locking/mutex-design.rst 37 kernel/locking/mutex.c中实现。这些锁使用一个原子变量(->owner)来跟踪
|
| /linux/Documentation/locking/ |
| A D | lockdep-design.rst | 1 Runtime locking correctness validator 14 respect to locking rules, even if the locks may have multiple (possibly 51 where the n STATEs are coded in kernel/locking/lockdep_states.h and as of 61 When locking rules are violated, these usage bits are presented in the 152 i.e., there can be any other locking sequence between the acquire-lock 192 Exception: Nested data dependencies leading to nested locking 207 automatically detect this natural ordering, as the locking rule behind 293 locking chains have to occur at least once (anytime, in any 300 This radically decreases the complexity of locking related QA of the 302 single-task locking dependencies in the kernel as possible, at least [all …]
|
| A D | percpu-rw-semaphore.rst | 6 optimized for locking for reading. 14 instruction in the lock and unlock path. On the other hand, locking for
|
| A D | preempt-locking.rst | 12 A preemptible kernel creates new locking issues. The issues are the same as 14 kernel model leverages existing SMP locking mechanisms. Thus, the kernel 15 requires explicit additional locking for very few additional situations. 32 First, since the data is per-CPU, it may not have explicit SMP locking, but 132 in doubt, rely on locking or explicit preemption disabling.
|
| A D | pi-futex.rst | 18 recursive locking, etc. 26 improve the statistical distribution of locking related application 54 to think about how to offer the option of a deterministic locking 62 problems as other user-space locking constructs). Fact is, pretty much 122 Documentation/locking/rt-mutex.rst.
|
| A D | locktorture.rst | 9 that runs torture tests on core kernel locking primitives. The kernel 76 Torture-framework (RCU + locking) 145 -only- be positive if there is a bug in the locking primitive's 167 were no locking failures, CPU-hotplug problems were detected.
|
| A D | seqlock.rst | 206 2. Locking readers which will wait if a writer or another locking reader 207 is in progress. A locking reader in progress will also block a writer 209 exclusive. Unlike rwlock_t, only one locking reader can acquire it:: 217 3. Conditional lockless reader (as in 1), or locking reader (as in 2), 223 full locking read and no retry loop is necessary::
|
| A D | rt-mutex.rst | 7 (PTHREAD_PRIO_INHERIT). [See Documentation/locking/pi-futex.rst for more details 41 locking overhead when locking an uncontended mutex or unlocking a mutex
|
| /linux/Documentation/litmus-tests/locking/ |
| A D | DCL-broken.litmus | 6 * This litmus test demonstrates more than just locking is required to 7 * correctly implement double-checked locking.
|
| A D | DCL-fixed.litmus | 6 * This litmus test demonstrates that double-checked locking can be 8 * in addition to the locking.
|
| /linux/Documentation/filesystems/ |
| A D | locking.rst | 34 locking rules: 90 locking rules: 147 locking rules: 181 locking rules: 228 locking rules: 272 locking rules: 425 locking rules: 452 locking rules: 473 locking rules: 494 locking rules: [all …]
|
| A D | index.rst | 25 locking 26 directory-locking
|
| A D | dlmfs.rst | 41 dlmfs for easy to setup and easy to use clustered locking in 69 system calls and presents a more traditional locking api. 74 locking. 140 For more information on the VMS distributed locking API.
|
| A D | gfs2.rst | 15 GFS2 uses interchangeable inter-node locking mechanisms, the currently 22 - uses the distributed lock manager (dlm) for inter-node locking.
|
| /linux/Documentation/gpu/ |
| A D | drm-vm-bind-locking.rst | 4 VM_BIND locking 7 This document attempts to describe what's needed to get VM_BIND locking right, 8 including the userptr mmu_notifier locking. It also discusses some 18 set of helpers implements much, but not all of the locking described 53 allows deadlock-safe locking of multiple dma_resvs in arbitrary 69 Locks and locking order 77 The following locks and locking orders are used: 111 lists are manipulated. However, to avoid locking order violations 379 Please refer to the :ref:`DRM GPUVM locking section 518 locking scheme that is [all …]
|
| A D | implementation_guidelines.rst | 10 drm-vm-bind-locking
|
| /linux/Documentation/kernel-hacking/ |
| A D | index.rst | 11 locking
|
| /linux/Documentation/driver-api/soundwire/ |
| A D | index.rst | 11 locking
|
| /linux/Documentation/pcmcia/ |
| A D | index.rst | 12 locking
|
| /linux/Documentation/translations/zh_CN/kernel-hacking/ |
| A D | index.rst | 22 - locking
|
Completed in 34 milliseconds
12345678910