Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Ddevres.rs340 /// [`Devres`] accessor for [`Revocable::try_access_with_guard`]. in register_foreign()
341 pub fn try_access_with_guard<'a>(&'a self, guard: &'a rcu::Guard) -> Option<&'a T> { in register_foreign()
342 self.data().try_access_with_guard(guard)
281 pub fn try_access_with_guard<'a>(&'a self, guard: &'a rcu::Guard) -> Option<&'a T> { try_access_with_guard() method
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