Lines Matching defs:mm
261 static int dup_mmap(struct mm_struct *mm, struct mm_struct *oldmm) in dup_mmap()
380 static inline int mm_alloc_pgd(struct mm_struct * mm) in mm_alloc_pgd()
388 static inline void mm_free_pgd(struct mm_struct * mm) in mm_free_pgd()
393 #define dup_mmap(mm, oldmm) (0) argument
394 #define mm_alloc_pgd(mm) (0) argument
395 #define mm_free_pgd(mm) argument
401 #define free_mm(mm) (kmem_cache_free(mm_cachep, (mm))) argument
417 static struct mm_struct * mm_init(struct mm_struct * mm, struct task_struct *p) in mm_init()
450 struct mm_struct * mm; in mm_alloc() local
465 void __mmdrop(struct mm_struct *mm) in __mmdrop()
478 void mmput(struct mm_struct *mm) in mmput()
508 struct mm_struct *mm; in get_task_mm() local
536 void mm_release(struct task_struct *tsk, struct mm_struct *mm) in mm_release()
586 struct mm_struct *mm, *oldmm = current->mm; in dup_mm() local
637 struct mm_struct * mm, *oldmm; in copy_mm() local
920 void mm_init_owner(struct mm_struct *mm, struct task_struct *p) in mm_init_owner()
1577 struct mm_struct *mm = current->mm; in unshare_vm() local
1618 struct mm_struct *mm, *new_mm = NULL, *active_mm = NULL; in SYSCALL_DEFINE1() local