Home
last modified time | relevance | path

Searched defs:VmaReadGuard (Results 1 – 1 of 1) sorted by relevance

/rust/kernel/
Dmm.rs322 pub struct VmaReadGuard<'a> { struct
328 // Make all `VmaRef` methods available on `VmaReadGuard`. argument
329 impl Deref for VmaReadGuard<'_> { implementation
338 impl Drop for VmaReadGuard<'_> { implementation