Книга: Embedded Linux Primer: A Practical, Real-World Approach
17.3.1.4. Preempt RCU
17.3.1.4. Preempt RCU
RCU (Read-Copy-Update)[120] is a special form of synchronization primitive in the Linux kernel designed for data that is read frequently but updated infrequently. You can think of RCU as an optimized reader lock. The real-time patch adds CONFIG_PREEMPT_RCU, which improves latency by making certain RCU sections preemptable.
Похожие страницы
- 15.4.2 Preemption Locks
- 5.2.3 In-Circuit Debuggers
- 17.2. Kernel Preemption
- 17.2.1. Impediments to Preemption
- 17.2.2. Preemption Models
- 17.2.4. Sources of Preemption Latency
- 17.3.1.3. Preemptable Softirqs
- 17.4.2. Preemption Debugging
- 5.2.4 In-Circuit Emulators
- 5.3.4 Using the mikroICD In-Circuit Debugger
- Adapting to the Circumstances
- Anti-Circumvention