Searched refs:vma_dup_policy (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
H A Dmempolicy.h128 int vma_dup_policy(struct vm_area_struct *src, struct vm_area_struct *dst);
234 vma_dup_policy(struct vm_area_struct *src, struct vm_area_struct *dst) vma_dup_policy() function
/linux-4.4.14/kernel/
H A Dfork.c453 retval = vma_dup_policy(mpnt, tmp); dup_mmap()
/linux-4.4.14/mm/
H A Dmmap.c2477 err = vma_dup_policy(vma, new); __split_vma()
2982 if (vma_dup_policy(vma, new_vma)) copy_vma()
H A Dmempolicy.c2066 int vma_dup_policy(struct vm_area_struct *src, struct vm_area_struct *dst) vma_dup_policy() function

Completed in 180 milliseconds