Home
last modified time | relevance | path

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

/rust/helpers/
A 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/
A Dmm.rs48 mm: Opaque<bindings::mm_struct>, field
84 mm: Mm, field
235 mm: &'a MmWithUser, field
A Dtask.rs290 pub fn mm(&self) -> Option<&MmWithUser> { in mm() method
A Dlib.rs100 pub mod mm; module
/rust/kernel/mm/
A Dmmput_async.rs28 mm: MmWithUser, field
A Dvirt.rs62 pub fn mm(&self) -> &MmWithUser { in mm() method

Completed in 19 milliseconds