Searched defs:mm (Results 1 – 6 of 6) 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()
48 mm: Opaque<bindings::mm_struct>, field84 mm: Mm, field235 mm: &'a MmWithUser, field
290 pub fn mm(&self) -> Option<&MmWithUser> { in mm() method
100 pub mod mm; module
28 mm: MmWithUser, field
62 pub fn mm(&self) -> &MmWithUser { in mm() method
Completed in 19 milliseconds