4 ms·
As far as I can tell from googling for a few minutes, in this context "RCU" is a linux kernel thing for arbitrating different threads accessing the same memory
by eva_cananim 3y ago
As far as I can tell from googling for a few minutes, in this context "RCU" is a linux kernel thing for arbitrating different threads accessing the same memory using Read-Copy-Update method.