Searched defs:mm (Results 1 – 5 of 5) sorted by relevance
6 void rust_helper_mmgrab(struct mm_struct *mm) in rust_helper_mmgrab()11 void rust_helper_mmdrop(struct mm_struct *mm) in rust_helper_mmdrop()16 void rust_helper_mmget(struct mm_struct *mm) in rust_helper_mmget()21 bool rust_helper_mmget_not_zero(struct mm_struct *mm) in rust_helper_mmget_not_zero()26 void rust_helper_mmap_read_lock(struct mm_struct *mm) in rust_helper_mmap_read_lock()31 bool rust_helper_mmap_read_trylock(struct mm_struct *mm) in rust_helper_mmap_read_trylock()36 void rust_helper_mmap_read_unlock(struct mm_struct *mm) in rust_helper_mmap_read_unlock()41 struct vm_area_struct *rust_helper_vma_lookup(struct mm_struct *mm, in rust_helper_vma_lookup()
45 mm: Opaque<bindings::mm_struct>, field81 mm: Mm, field125 mm: MmWithUser, field283 mm: &'a MmWithUser, field
347 pub fn mm(&self) -> Option<&MmWithUser> { in mm() method350 let mm = unsafe { (*self.as_ptr()).mm }; in mm() localVariable
51 pub mod mm; module
62 pub fn mm(&self) -> &MmWithUser { in mm() method