/linux-4.4.14/arch/unicore32/include/asm/ |
D | mmu_context.h | 72 BUG_ON(high_vma->vm_next); /* it should be last */ \ 74 high_vma->vm_prev->vm_next = NULL; \
|
/linux-4.4.14/mm/ |
D | mmap.c | 272 struct vm_area_struct *next = vma->vm_next; in remove_vma() 455 vma = vma->vm_next; in validate_mm() 603 for (vma = vma->vm_next; vma; vma = vma->vm_next) { in count_vma_pages_range() 620 if (vma->vm_next) in __vma_link_rb() 621 vma_gap_update(vma->vm_next); in __vma_link_rb() 712 prev->vm_next = next = vma->vm_next; in __vma_unlink() 731 struct vm_area_struct *next = vma->vm_next; in vma_adjust() 906 next = vma->vm_next; in vma_adjust() 1059 next = prev->vm_next; in vma_merge() 1064 next = next->vm_next; in vma_merge() [all …]
|
D | util.c | 186 next = prev->vm_next; in __vma_link_list() 187 prev->vm_next = vma; in __vma_link_list() 196 vma->vm_next = next; in __vma_link_list()
|
D | nommu.c | 816 vma->vm_prev->vm_next = vma->vm_next; in delete_vma_from_mm() 818 mm->mmap = vma->vm_next; in delete_vma_from_mm() 820 if (vma->vm_next) in delete_vma_from_mm() 821 vma->vm_next->vm_prev = vma->vm_prev; in delete_vma_from_mm() 852 for (vma = mm->mmap; vma; vma = vma->vm_next) { in find_vma() 901 for (vma = mm->mmap; vma; vma = vma->vm_next) { in find_vma_exact() 1647 vma = vma->vm_next; in do_munmap() 1705 mm->mmap = vma->vm_next; in exit_mmap()
|
D | msync.c | 100 vma = vma->vm_next; in SYSCALL_DEFINE3()
|
D | mremap.c | 333 vma->vm_next->vm_flags |= VM_ACCOUNT; in move_vma() 456 if (vma->vm_next && vma->vm_next->vm_start < end) /* intersection */ in vma_expandable()
|
D | debug.c | 160 vma, (void *)vma->vm_start, (void *)vma->vm_end, vma->vm_next, in dump_vma()
|
D | mlock.c | 598 vma = prev->vm_next; in apply_vma_lock_flags() 707 for (vma = current->mm->mmap; vma ; vma = prev->vm_next) { in apply_mlockall_flags()
|
D | pagewalk.c | 265 vma = vma->vm_next; in walk_page_range()
|
D | mempolicy.c | 448 for (vma = mm->mmap; vma; vma = vma->vm_next) in mpol_rebind_mm() 603 if (!vma->vm_next && vma->vm_end < end) in queue_pages_test_walk() 712 next = vma->vm_next; in mbind_range() 726 next = vma->vm_next; in mbind_range() 1104 vma = vma->vm_next; in new_page()
|
D | madvise.c | 539 vma = prev->vm_next; in SYSCALL_DEFINE3()
|
D | mprotect.c | 436 vma = prev->vm_next; in SYSCALL_DEFINE3()
|
D | memory.c | 533 struct vm_area_struct *next = vma->vm_next; in free_pgtables() 553 next = vma->vm_next; in free_pgtables() 1380 for ( ; vma && vma->vm_start < end_addr; vma = vma->vm_next) in unmap_vmas() 1405 for ( ; vma && vma->vm_start < end; vma = vma->vm_next) in zap_page_range() 2687 struct vm_area_struct *next = vma->vm_next; in check_stack_guard_page()
|
D | ksm.c | 784 for (vma = mm->mmap; vma; vma = vma->vm_next) { in unmerge_and_remove_all_rmap_items() 1625 for (; vma; vma = vma->vm_next) { in scan_get_next_rmap_item()
|
D | gup.c | 952 vma = vma->vm_next; in __mm_populate()
|
D | huge_memory.c | 2771 for (; vma; vma = vma->vm_next) { in khugepaged_scan_mm_slot() 3076 struct vm_area_struct *next = vma->vm_next; in vma_adjust_trans_huge()
|
D | swapfile.c | 1311 for (vma = mm->mmap; vma; vma = vma->vm_next) { in unuse_mm()
|
/linux-4.4.14/arch/parisc/mm/ |
D | fault.c | 130 if (prev->vm_next == NULL) 132 if (prev->vm_next->vm_start > addr)
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | syscall.c | 86 for (vmm = find_vma(current->mm, addr); ; vmm = vmm->vm_next) { in arch_get_unmapped_area()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | cache.c | 494 for (vma = mm->mmap; vma; vma = vma->vm_next) in mm_total_size() 527 for (vma = mm->mmap; vma; vma = vma->vm_next) { in flush_cache_mm() 537 for (vma = mm->mmap; vma; vma = vma->vm_next) { in flush_cache_mm()
|
/linux-4.4.14/arch/tile/mm/ |
D | elf.c | 64 for (vma = current->mm->mmap; ; vma = vma->vm_next) { in notify_exec()
|
D | pgtable.c | 480 for (vm = mm->mmap; vm; vm = vm->vm_next) { in update_priority_cached()
|
/linux-4.4.14/arch/powerpc/mm/ |
D | tlb_hash32.c | 149 for (mp = mm->mmap; mp != NULL; mp = mp->vm_next) in flush_tlb_mm()
|
D | subpage-prot.c | 167 vma = vma->vm_next; in subpage_mark_vma_nohuge()
|
/linux-4.4.14/fs/ |
D | userfaultfd.c | 447 for (vma = mm->mmap; vma; vma = vma->vm_next) { in userfaultfd_release() 783 for (cur = vma; cur && cur->vm_start < end; cur = cur->vm_next) { in userfaultfd_register() 863 vma = vma->vm_next; in userfaultfd_register() 926 for (cur = vma; cur && cur->vm_start < end; cur = cur->vm_next) { in userfaultfd_unregister() 997 vma = vma->vm_next; in userfaultfd_unregister()
|
D | exec.c | 622 vma->vm_next ? vma->vm_next->vm_start : USER_PGTABLES_CEILING); in shift_arg_pages() 631 vma->vm_next ? vma->vm_next->vm_start : USER_PGTABLES_CEILING); in shift_arg_pages()
|
D | binfmt_elf_fdpic.c | 1521 for (vma = current->mm->mmap; vma; vma = vma->vm_next) { in elf_fdpic_dump_segments() 1557 for (vma = current->mm->mmap; vma; vma = vma->vm_next) in elf_core_vma_data_size() 1748 for (vma = current->mm->mmap; vma; vma = vma->vm_next) { in elf_fdpic_core_dump()
|
D | binfmt_elf.c | 1536 for (vma = current->mm->mmap; vma != NULL; vma = vma->vm_next) { in fill_files_note() 2093 ret = this_vma->vm_next; in next_vma()
|
/linux-4.4.14/arch/x86/mm/ |
D | mpx.c | 803 vma = vma->vm_next; in zap_bt_entries_mapping() 930 next = next->vm_next; in try_unmap_single_bt() 1034 vma = vma->vm_next; in mpx_notify_unmap()
|
/linux-4.4.14/arch/metag/mm/ |
D | hugetlbpage.c | 140 for (vma = find_vma(mm, addr); ; vma = vma->vm_next) { in hugetlb_get_unmapped_area_existing()
|
/linux-4.4.14/include/linux/ |
D | mm_types.h | 305 struct vm_area_struct *vm_next, *vm_prev; member
|
D | mm.h | 1311 !vma_growsup(vma->vm_next, addr); in stack_guard_page_end()
|
/linux-4.4.14/arch/um/kernel/ |
D | tlb.c | 545 vma = vma->vm_next; in flush_tlb_mm() 556 vma = vma->vm_next; in force_flush_all()
|
/linux-4.4.14/drivers/misc/cxl/ |
D | fault.c | 281 for (vma = mm->mmap; vma; vma = vma->vm_next) { in cxl_prefault_vma()
|
/linux-4.4.14/fs/proc/ |
D | task_mmu.c | 133 return vma->vm_next ?: priv->tail_vma; in m_next_vma() 176 vma = vma->vm_next; in m_start() 960 for (vma = mm->mmap; vma; vma = vma->vm_next) { in clear_refs_write() 965 for (vma = mm->mmap; vma; vma = vma->vm_next) { in clear_refs_write()
|
D | base.c | 2089 for (vma = mm->mmap, pos = 2; vma; vma = vma->vm_next) { in proc_map_files_readdir() 2107 vma = vma->vm_next) { in proc_map_files_readdir()
|
/linux-4.4.14/drivers/oprofile/ |
D | buffer_sync.c | 258 for (vma = find_vma(mm, addr); vma; vma = vma->vm_next) { in lookup_dcookie()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | llite_mmap.c | 75 vma != NULL && vma->vm_start < (addr + count); vma = vma->vm_next) { in our_vma()
|
/linux-4.4.14/arch/powerpc/oprofile/cell/ |
D | spu_task_sync.c | 340 for (vma = mm->mmap; vma; vma = vma->vm_next) { in get_exec_dcookie_and_offset()
|
/linux-4.4.14/kernel/ |
D | acct.c | 543 vma = vma->vm_next; in acct_collect()
|
D | fork.c | 432 for (mpnt = oldmm->mmap; mpnt; mpnt = mpnt->vm_next) { in dup_mmap() 461 tmp->vm_next = tmp->vm_prev = NULL; in dup_mmap() 494 pprev = &tmp->vm_next; in dup_mmap()
|
D | sys.c | 1687 for (vma = mm->mmap; vma; vma = vma->vm_next) { in prctl_set_mm_exe_file()
|
/linux-4.4.14/ipc/ |
D | shm.c | 1301 next = vma->vm_next; in SYSCALL_DEFINE1() 1340 next = vma->vm_next; in SYSCALL_DEFINE1()
|
/linux-4.4.14/arch/s390/mm/ |
D | pgtable.c | 1114 for (vma = mm->mmap; vma != NULL; vma = vma->vm_next) { in thp_split_mm() 1191 for (vma = mm->mmap; vma; vma = vma->vm_next) { in s390_enable_skey()
|
/linux-4.4.14/kernel/events/ |
D | uprobes.c | 966 for (vma = mm->mmap; vma; vma = vma->vm_next) { in unapply_uprobe() 1672 for (vma = mm->mmap; vma; vma = vma->vm_next) { in mmf_recalc_uprobes()
|
/linux-4.4.14/kernel/sched/ |
D | fair.c | 2219 for (; vma; vma = vma->vm_next) { in task_numa_work()
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3308 vm_next = 0x80a4f8c, vm_page_prot = {pgprot = 0}, vm_flags = 31200,
|