Home
last modified time | relevance | path

Searched refs:vma_prio_tree_add (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/mm/
Dprio_tree.c76 void vma_prio_tree_add(struct vm_area_struct *vma, struct vm_area_struct *old) in vma_prio_tree_add() function
110 vma_prio_tree_add(vma, old); in vma_prio_tree_insert()
/linux-3.4.99/include/linux/
Dmm.h1345 void vma_prio_tree_add(struct vm_area_struct *, struct vm_area_struct *old);
/linux-3.4.99/kernel/
Dfork.c393 vma_prio_tree_add(tmp, mpnt); in dup_mmap()