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 { implementation
/linux/rust/kernel/
H A Dmiscdevice.rs139 _vma: &VmaNew, in mmap()
/linux/drivers/android/binder/
H A Dprocess.rs1670 vma: &mm::virt::VmaNew, in mmap()