Lines Matching defs:mm
397 static int dup_mmap(struct mm_struct *mm, struct mm_struct *oldmm) in dup_mmap()
530 static inline int mm_alloc_pgd(struct mm_struct *mm) in mm_alloc_pgd()
538 static inline void mm_free_pgd(struct mm_struct *mm) in mm_free_pgd()
543 static int dup_mmap(struct mm_struct *mm, struct mm_struct *oldmm) in dup_mmap()
550 #define mm_alloc_pgd(mm) (0) argument
551 #define mm_free_pgd(mm) argument
557 #define free_mm(mm) (kmem_cache_free(mm_cachep, (mm))) argument
573 static void mm_init_aio(struct mm_struct *mm) in mm_init_aio()
581 static void mm_init_owner(struct mm_struct *mm, struct task_struct *p) in mm_init_owner()
588 static struct mm_struct *mm_init(struct mm_struct *mm, struct task_struct *p) in mm_init()
637 static void check_mm(struct mm_struct *mm) in check_mm()
666 struct mm_struct *mm; in mm_alloc() local
681 void __mmdrop(struct mm_struct *mm) in __mmdrop()
695 void mmput(struct mm_struct *mm) in mmput()
729 void set_mm_exe_file(struct mm_struct *mm, struct file *new_exe_file) in set_mm_exe_file()
753 struct file *get_mm_exe_file(struct mm_struct *mm) in get_mm_exe_file()
777 struct mm_struct *mm; in get_task_mm() local
794 struct mm_struct *mm; in mm_access() local
857 void mm_release(struct task_struct *tsk, struct mm_struct *mm) in mm_release()
915 struct mm_struct *mm, *oldmm = current->mm; in dup_mm() local
950 struct mm_struct *mm, *oldmm; in copy_mm() local