Home
last modified time | relevance | path

Searched refs:rcu (Results 1 – 4 of 4) sorted by relevance

/rust/kernel/
A Drevocable.rs10 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()
A Dsync.rs19 pub mod rcu; module
A Ddevres.rs16 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()
/rust/helpers/
A Dpid_namespace.c21 guard(rcu)(); in rust_helper_task_get_pid_ns() local

Completed in 5 milliseconds