tag | line | file | source code |
vm_next | 160 | arch/i386/kernel/ptrace.c | for (vma = tsk->mm->mmap ; ; vma = vma->vm_next) { |
vm_next | 193 | arch/i386/kernel/ptrace.c | vma_high = vma->vm_next; |
vm_next | 235 | arch/i386/kernel/ptrace.c | vma_high = vma->vm_next; |
vm_next | 525 | fs/exec.c | mpnt1 = mpnt->vm_next; |
vm_next | 34 | fs/namei.c | for (vma = current->mm->mmap ; ; vma = vma->vm_next) { |
vm_next | 45 | fs/namei.c | if (vma->vm_next && vma->vm_next->vm_start == vma->vm_end && |
vm_next | 46 | fs/namei.c | (vma->vm_next->vm_page_prot & PAGE_USER)) |
vm_next | 136 | fs/namei.c | for(mpnt = (*p)->mm->mmap; mpnt; mpnt = mpnt->vm_next) { |
vm_next | 549 | fs/proc/array.c | for(map = (*p)->mm->mmap; map != NULL; map = map->vm_next) { |
vm_next | 142 | fs/proc/link.c | vma = vma->vm_next; |
vm_next | 172 | fs/proc/mem.c | src_vma = src_vma->vm_next; |
vm_next | 198 | fs/proc/mem.c | src_vma = src_vma->vm_next; |
vm_next | 527 | fs/super.c | vma = vma->vm_next; |
vm_next | 38 | include/linux/mm.h | struct vm_area_struct * vm_next; |
vm_next | 479 | ipc/shm.c | for (shmd = current->mm->mmap; shmd; shmd = shmd->vm_next) |
vm_next | 596 | ipc/shm.c | shmdnext = shmd->vm_next; |
vm_next | 364 | kernel/exit.c | struct vm_area_struct * next = mpnt->vm_next; |
vm_next | 94 | kernel/fork.c | for (mpnt = current->mm->mmap ; mpnt ; mpnt = mpnt->vm_next) { |
vm_next | 100 | kernel/fork.c | tmp->vm_next = NULL; |
vm_next | 111 | kernel/fork.c | p = &tmp->vm_next; |
vm_next | 412 | kernel/sys.c | for (vma = current->mm->mmap; vma; vma = vma->vm_next) { |
vm_next | 639 | mm/memory.c | for (vma = current->mm->mmap ; ; vma = vma->vm_next) { |
vm_next | 663 | mm/memory.c | next = vma->vm_next; |
vm_next | 685 | mm/memory.c | vma = vma->vm_next; |
vm_next | 981 | mm/memory.c | for (vma = current->mm->mmap ; ; vma = vma->vm_next) { |
vm_next | 164 | mm/mmap.c | for (vmm = current->mm->mmap; ; vmm = vmm->vm_next) { |
vm_next | 320 | mm/mmap.c | npp = &mpnt->vm_next; |
vm_next | 324 | mm/mmap.c | *npp = mpnt->vm_next; |
vm_next | 325 | mm/mmap.c | mpnt->vm_next = free; |
vm_next | 342 | mm/mmap.c | free = free->vm_next; |
vm_next | 376 | mm/mmap.c | p = &mpnt->vm_next; |
vm_next | 378 | mm/mmap.c | vmp->vm_next = mpnt; |
vm_next | 431 | mm/mmap.c | for(prev = mpnt, mpnt = mpnt->vm_next; |
vm_next | 435 | mm/mmap.c | next = mpnt->vm_next; |
vm_next | 465 | mm/mmap.c | prev->vm_next = mpnt->vm_next; |
vm_next | 191 | mm/mprotect.c | for (vma = current->mm->mmap ; ; vma = vma->vm_next) { |
vm_next | 217 | mm/mprotect.c | next = vma->vm_next; |
vm_next | 396 | mm/swap.c | vma = vma->vm_next; |
vm_next | 429 | mm/swap.c | vma = vma->vm_next; |