Home
last modified time | relevance | path

Searched refs:vma_start_write (Results 1 – 15 of 15) sorted by relevance

/linux/mm/
H A Dvma.c538 vma_start_write(vma); in __split_vma()
539 vma_start_write(new); in __split_vma()
891 vma_start_write(middle); in vma_merge_existing_range()
894 vma_start_write(next); in vma_merge_existing_range()
900 vma_start_write(prev); in vma_merge_existing_range()
1132 vma_start_write(target); in vma_expand()
1140 vma_start_write(next); in vma_expand()
1203 vma_start_write(vma); in vma_shrink()
1387 vma_start_write(next); in vms_gather_munmap_vmas()
1786 vma_start_write(vma); in vma_link()
[all …]
H A Dmlock.c444 vma_start_write(vma); in mlock_vma_pages_range()
504 vma_start_write(vma); in mlock_fixup()
H A Dpagewalk.c433 vma_start_write(vma); in process_vma_walk_lock()
H A Dmprotect.c768 vma_start_write(vma); in mprotect_fixup()
H A Dmremap.c1289 vma_start_write(vrm->vma); in move_vma()
H A Dmempolicy.c566 vma_start_write(vma); in mpol_rebind_mm()
1811 vma_start_write(vma); in SYSCALL_DEFINE4()
H A Dmadvise.c178 vma_start_write(vma); in madvise_update_vma()
H A Duserfaultfd.c1964 vma_start_write(vma); in userfaultfd_set_ctx()
H A Dkhugepaged.c1158 vma_start_write(vma); in collapse_huge_page()
H A Dmemory.c398 vma_start_write(vma); in free_pgtables()
413 vma_start_write(vma); in free_pgtables()
/linux/include/linux/
H A Dmmap_lock.h206 static inline void vma_start_write(struct vm_area_struct *vma) in vma_start_write() function
309 static inline void vma_start_write(struct vm_area_struct *vma) {} in vma_start_write() function
H A Dmm.h952 vma_start_write(vma); in vm_flags_set()
960 vma_start_write(vma); in vm_flags_clear()
981 vma_start_write(vma); in vm_flags_mod()
/linux/tools/testing/vma/
H A Dvma_internal.h1171 static inline void vma_start_write(struct vm_area_struct *vma) in vma_start_write() function
1640 vma_start_write(vma); in vm_flags_set()
1647 vma_start_write(vma); in vm_flags_clear()
/linux/Documentation/mm/
H A Dprocess_addrs.rst51 write lock via vma_start_write() or vma_start_write_killable()
94 * Obtain a VMA write lock via :c:func:`!vma_start_write` for each VMA you wish to
424 vma_start_write
771 VMA **write** locks are acquired via :c:func:`!vma_start_write` in instances where a
804 :c:func:`!vma_start_write`, however the write lock is released by the termination or
847 This way, if any read locks are in effect, :c:func:`!vma_start_write` will sleep
909 to be racing page faults, as a result we invoke :c:func:`!vma_start_write` to
/linux/arch/powerpc/kvm/
H A Dbook3s_hv_uvmem.c413 vma_start_write(vma); in kvmppc_memslot_page_merge()