Home
last modified time | relevance | path

Searched defs:try_access_with_guard (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/
H A Drevocable.rs118 pub fn try_access_with_guard<'a>(&'a self, _guard: &'a rcu::Guard) -> Option<&'a T> { in try_access_with_guard() method
H A Ddevres.rs271 pub fn try_access_with_guard<'a>(&'a self, guard: &'a rcu::Guard) -> Option<&'a T> { try_access_with_guard() method