Home
last modified time | relevance | path

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

/linux/rust/kernel/mm/
H A Dvirt.rs138 pub fn as_mixedmap_vma(&self) -> Option<&VmaMixedMap> { in as_mixedmap_vma()
163 pub struct VmaMixedMap { struct
167 // Make all `VmaRef` methods available on `VmaMixedMap`. argument
168 impl Deref for VmaMixedMap { implementation
177 impl VmaMixedMap { implementation
261 pub fn set_mixedmap(&self) -> &VmaMixedMap { in set_mixedmap()