Книга: 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.


Генерация: 1.432. Запросов К БД/Cache: 3 / 1
поделиться
Вверх Вниз