summaryrefslogtreecommitdiff
path: root/rust/kernel/sync/rcu.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rust: add basic rcu supportWedson Almeida Filho2022-05-311-0/+52
Also update `Revocable` to use this new abstraction so that users can also provide evidence of the rcu read side lock being held when accessing the protected object. Signed-off-by: Wedson Almeida Filho <wedsonaf@google.com>