Home
last modified time | relevance | path

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

/rust/helpers/
Dmm.c6 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()
/rust/kernel/
Dmm.rs45 mm: Opaque<bindings::mm_struct>, field
81 mm: Mm, field
125 mm: MmWithUser, field
283 mm: &'a MmWithUser, field
Dtask.rs347 pub fn mm(&self) -> Option<&MmWithUser> { in mm() method
350 let mm = unsafe { (*self.as_ptr()).mm }; in mm() localVariable
Dlib.rs51 pub mod mm; module
/rust/kernel/mm/
Dvirt.rs62 pub fn mm(&self) -> &MmWithUser { in mm() method