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