Home
last modified time | relevance | path

Searched refs:vm_next (Results 1 – 47 of 47) sorted by relevance

/linux-4.4.14/arch/unicore32/include/asm/
Dmmu_context.h72 BUG_ON(high_vma->vm_next); /* it should be last */ \
74 high_vma->vm_prev->vm_next = NULL; \
/linux-4.4.14/mm/
Dmmap.c272 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 …]
Dutil.c186 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()
Dnommu.c816 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()
Dmsync.c100 vma = vma->vm_next; in SYSCALL_DEFINE3()
Dmremap.c333 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()
Ddebug.c160 vma, (void *)vma->vm_start, (void *)vma->vm_end, vma->vm_next, in dump_vma()
Dmlock.c598 vma = prev->vm_next; in apply_vma_lock_flags()
707 for (vma = current->mm->mmap; vma ; vma = prev->vm_next) { in apply_mlockall_flags()
Dpagewalk.c265 vma = vma->vm_next; in walk_page_range()
Dmempolicy.c448 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()
Dmadvise.c539 vma = prev->vm_next; in SYSCALL_DEFINE3()
Dmprotect.c436 vma = prev->vm_next; in SYSCALL_DEFINE3()
Dmemory.c533 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()
Dksm.c784 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()
Dgup.c952 vma = vma->vm_next; in __mm_populate()
Dhuge_memory.c2771 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()
Dswapfile.c1311 for (vma = mm->mmap; vma; vma = vma->vm_next) { in unuse_mm()
/linux-4.4.14/arch/parisc/mm/
Dfault.c130 if (prev->vm_next == NULL)
132 if (prev->vm_next->vm_start > addr)
/linux-4.4.14/arch/xtensa/kernel/
Dsyscall.c86 for (vmm = find_vma(current->mm, addr); ; vmm = vmm->vm_next) { in arch_get_unmapped_area()
/linux-4.4.14/arch/parisc/kernel/
Dcache.c494 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/
Delf.c64 for (vma = current->mm->mmap; ; vma = vma->vm_next) { in notify_exec()
Dpgtable.c480 for (vm = mm->mmap; vm; vm = vm->vm_next) { in update_priority_cached()
/linux-4.4.14/arch/powerpc/mm/
Dtlb_hash32.c149 for (mp = mm->mmap; mp != NULL; mp = mp->vm_next) in flush_tlb_mm()
Dsubpage-prot.c167 vma = vma->vm_next; in subpage_mark_vma_nohuge()
/linux-4.4.14/fs/
Duserfaultfd.c447 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()
Dexec.c622 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()
Dbinfmt_elf_fdpic.c1521 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()
Dbinfmt_elf.c1536 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/
Dmpx.c803 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/
Dhugetlbpage.c140 for (vma = find_vma(mm, addr); ; vma = vma->vm_next) { in hugetlb_get_unmapped_area_existing()
/linux-4.4.14/include/linux/
Dmm_types.h305 struct vm_area_struct *vm_next, *vm_prev; member
Dmm.h1311 !vma_growsup(vma->vm_next, addr); in stack_guard_page_end()
/linux-4.4.14/arch/um/kernel/
Dtlb.c545 vma = vma->vm_next; in flush_tlb_mm()
556 vma = vma->vm_next; in force_flush_all()
/linux-4.4.14/drivers/misc/cxl/
Dfault.c281 for (vma = mm->mmap; vma; vma = vma->vm_next) { in cxl_prefault_vma()
/linux-4.4.14/fs/proc/
Dtask_mmu.c133 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()
Dbase.c2089 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/
Dbuffer_sync.c258 for (vma = find_vma(mm, addr); vma; vma = vma->vm_next) { in lookup_dcookie()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_mmap.c75 vma != NULL && vma->vm_start < (addr + count); vma = vma->vm_next) { in our_vma()
/linux-4.4.14/arch/powerpc/oprofile/cell/
Dspu_task_sync.c340 for (vma = mm->mmap; vma; vma = vma->vm_next) { in get_exec_dcookie_and_offset()
/linux-4.4.14/kernel/
Dacct.c543 vma = vma->vm_next; in acct_collect()
Dfork.c432 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()
Dsys.c1687 for (vma = mm->mmap; vma; vma = vma->vm_next) { in prctl_set_mm_exe_file()
/linux-4.4.14/ipc/
Dshm.c1301 next = vma->vm_next; in SYSCALL_DEFINE1()
1340 next = vma->vm_next; in SYSCALL_DEFINE1()
/linux-4.4.14/arch/s390/mm/
Dpgtable.c1114 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/
Duprobes.c966 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/
Dfair.c2219 for (; vma; vma = vma->vm_next) { in task_numa_work()
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt3308 vm_next = 0x80a4f8c, vm_page_prot = {pgprot = 0}, vm_flags = 31200,