aboutsummaryrefslogtreecommitdiffstats
path: root/rust/helpers/rcu.c
Commit message (Collapse)AuthorAgeFilesLines
* rust: add rcu abstractionWedson Almeida Filho2024-12-201-0/+13
Add a simple abstraction to guard critical code sections with an rcu read lock. Reviewed-by: Boqun Feng <[email protected]> Signed-off-by: Wedson Almeida Filho <[email protected]> Co-developed-by: Danilo Krummrich <[email protected]> Signed-off-by: Danilo Krummrich <[email protected]> Tested-by: Dirk Behme <[email protected]> Tested-by: Fabien Parent <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>