Lines Matching defs:insert
653 * So, we first insert the vma with a zero rb_subtree_gap value
714 * Helper for vma_adjust() in the split_vma insert case: insert a vma into the
743 * are necessary. The "insert" vma (if any) is to be inserted
747 unsigned long end, pgoff_t pgoff, struct vm_area_struct *insert,
760 if (next && !insert) {
818 * vma shrinks, and !insert tells it's not
854 if (insert) {
858 * throughout; but we cannot insert into address
861 __vma_link_file(insert);
925 } else if (insert) {
927 * split_vma has split insert from vma, and needs
928 * us to insert it before dropping the locks
931 __insert_vm_struct(mm, insert);
1024 if (insert && file)
1025 uprobe_mmap(insert);