Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Ddevres.rs396 pub struct DevresGuard<'a, F: CovariantForLt>(RevocableGuard<'a, F::Of<'static>>); struct
398 impl<'a, F: CovariantForLt> core::ops::Deref for DevresGuard<'a, F> { implementation
487 pub fn try_access(&self) -> Option<DevresGuard<'_, F>> { in try_access()
488 self.0.data().try_access().map(DevresGuard) in try_access()