Lines Matching defs:mm
350 struct vm_area_struct *vm_area_alloc(struct mm_struct *mm) in vm_area_alloc()
481 static __latent_entropy int dup_mmap(struct mm_struct *mm, in dup_mmap()
659 static inline int mm_alloc_pgd(struct mm_struct *mm) in mm_alloc_pgd()
667 static inline void mm_free_pgd(struct mm_struct *mm) in mm_free_pgd()
672 static int dup_mmap(struct mm_struct *mm, struct mm_struct *oldmm) in dup_mmap()
679 #define mm_alloc_pgd(mm) (0) argument
680 #define mm_free_pgd(mm) argument
683 static void check_mm(struct mm_struct *mm) in check_mm()
708 #define free_mm(mm) (kmem_cache_free(mm_cachep, (mm))) argument
715 void __mmdrop(struct mm_struct *mm) in __mmdrop()
731 struct mm_struct *mm; in mmdrop_async_fn() local
737 static void mmdrop_async(struct mm_struct *mm) in mmdrop_async()
1023 static void mm_init_aio(struct mm_struct *mm) in mm_init_aio()
1031 static __always_inline void mm_clear_owner(struct mm_struct *mm, in mm_clear_owner()
1040 static void mm_init_owner(struct mm_struct *mm, struct task_struct *p) in mm_init_owner()
1047 static void mm_init_pasid(struct mm_struct *mm) in mm_init_pasid()
1054 static void mm_init_uprobes_state(struct mm_struct *mm) in mm_init_uprobes_state()
1061 static struct mm_struct *mm_init(struct mm_struct *mm, struct task_struct *p, in mm_init()
1127 struct mm_struct *mm; in mm_alloc() local
1137 static inline void __mmput(struct mm_struct *mm) in __mmput()
1161 void mmput(struct mm_struct *mm) in mmput()
1175 struct mm_struct *mm = container_of(work, struct mm_struct, in mmput_async_fn() local
1181 void mmput_async(struct mm_struct *mm) in mmput_async()
1202 void set_mm_exe_file(struct mm_struct *mm, struct file *new_exe_file) in set_mm_exe_file()
1226 struct file *get_mm_exe_file(struct mm_struct *mm) in get_mm_exe_file()
1249 struct mm_struct *mm; in get_task_exe_file() local
1273 struct mm_struct *mm; in get_task_mm() local
1290 struct mm_struct *mm; in mm_access() local
1355 static void mm_release(struct task_struct *tsk, struct mm_struct *mm) in mm_release()
1389 void exit_mm_release(struct task_struct *tsk, struct mm_struct *mm) in exit_mm_release()
1395 void exec_mm_release(struct task_struct *tsk, struct mm_struct *mm) in exec_mm_release()
1414 struct mm_struct *mm; in dup_mm() local
1450 struct mm_struct *mm, *oldmm; in copy_mm() local