taglinefilesource code
find_vma_intersection211include/linux/mm.hextern struct vm_area_struct * find_vma_intersection (struct task_struct *, unsigned long, unsigned long);
find_vma_intersection487ipc/shm.cif ((shmd = find_vma_intersection(current, addr, addr + shp->shm_segsz))) {
find_vma_intersection412kernel/sys.cif (find_vma_intersection(current, oldbrk, newbrk))