Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dmm.rs275 pub struct VmaReadGuard<'a> { struct
281 // Make all `VmaRef` methods available on `VmaReadGuard`. argument
282 impl Deref for VmaReadGuard<'_> { implementation
291 impl Drop for VmaReadGuard<'_> { implementation