Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/
H A Drevocable.rs97 pub fn try_access(&self) -> Option<RevocableGuard<'_, T>> { in try_access()
102 Some(RevocableGuard::new(self.data.get(), guard)) in try_access()
195 pub struct RevocableGuard<'a, T> { struct
201 impl<T> RevocableGuard<'_, T> { argument
211 impl<T> Deref for RevocableGuard<'_, T> { implementation
/linux-6.15/Documentation/gpu/nova/core/
H A Dtodo.rst76 fn read(bar: &RevocableGuard<'_, pci::Bar<SIZE>>) -> Self {