Lines Matching defs:mm
15 * Move the mm functionality over to mm/shmem.c, Christoph Rohland <cr@sap.com>
29 #include <linux/mm.h>
355 * The descriptor has already been removed from the current->mm->mmap list
1661 if (mmap_write_lock_killable(current->mm)) {
1672 if (find_vma_intersection(current->mm, addr, addr + size)) {
1684 mmap_write_unlock(current->mm);
1749 struct mm_struct *mm = current->mm;
1763 if (mmap_write_lock_killable(mm)) {
1788 vma = find_vma(mm, addr);
1809 do_munmap(mm, vma->vm_start, vma->vm_end - vma->vm_start, NULL);
1835 do_munmap(mm, vma->vm_start, vma->vm_end - vma->vm_start, NULL);
1845 do_munmap(mm, vma->vm_start, vma->vm_end - vma->vm_start, NULL);
1851 mmap_write_unlock(mm);