Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/
H A Drevocable.rs97 pub fn try_access(&self) -> Option<RevocableGuard<'_, T>> { in try_access() method
/linux-6.15/samples/rust/
H A Drust_driver_pci.rs86 let bar = drvdata.bar.try_access().ok_or(ENXIO)?; in probe()
/linux-6.15/drivers/gpu/nova-core/
H A Dgpu.rs137 let bar = bar.try_access().ok_or(ENXIO)?; in new()
/linux-6.15/Documentation/gpu/nova/core/
H A Dtodo.rst100 let bar = bar.try_access().ok_or(ENXIO)?;