Home
last modified time | relevance | path

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

/linux/rust/kernel/mm/
H A Dvirt.rs213 pub struct VmaNew { struct
217 // Make all `VmaRef` methods available on `VmaNew`. argument
218 impl Deref for VmaNew { implementation
227 impl VmaNew { impl
/linux/rust/kernel/
H A Dmiscdevice.rs139 mmap( _device: <Self::Ptr as ForeignOwnable>::Borrowed<'_>, _file: &File, _vma: &VmaNew, ) -> Result mmap() argument
/linux/drivers/android/binder/
H A Dprocess.rs1638 vma: &mm::virt::VmaNew, in mmap()