Home
last modified time | relevance | path

Searched refs:try_access (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/
H A Drevocable.rs99 pub fn try_access(&self) -> Option<RevocableGuard<'_, T>> { in try_access() method
141 self.try_access().map(|t| f(&*t)) in try_access_with()
H A Ddevres.rs271 pub fn try_access(&self) -> Option<RevocableGuard<'_, T>> { in try_access() method
272 self.data().try_access() in try_access()