Searched refs:rcu (Results 1 – 4 of 4) sorted by relevance
10 use crate::{bindings, prelude::*, sync::rcu, types::Opaque};100 let guard = rcu::read_lock(); in try_access()118 pub fn try_access_with_guard<'a>(&'a self, _guard: &'a rcu::Guard) -> Option<&'a T> { in try_access_with_guard()241 _rcu_guard: rcu::Guard,246 fn new(data_ref: *const T, rcu_guard: rcu::Guard) -> Self { in new()
19 pub mod rcu; module
16 sync::{rcu, Completion},262 pub fn try_access_with_guard<'a>(&'a self, guard: &'a rcu::Guard) -> Option<&'a T> { in try_access_with_guard()
21 guard(rcu)(); in rust_helper_task_get_pid_ns() local
Completed in 5 milliseconds