Home
last modified time | relevance | path

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

/linux/mm/
H A Dvma.c496 vma_start_write(vma); in __split_vma()
497 vma_start_write(new); in __split_vma()
805 vma_start_write(vma); in vma_merge_existing_range()
808 vma_start_write(prev); in vma_merge_existing_range()
811 vma_start_write(next); in vma_merge_existing_range()
1054 vma_start_write(vma); in vma_expand()
1061 vma_start_write(next); in vma_expand()
1109 vma_start_write(vma); in vma_shrink()
1293 vma_start_write(next); in vms_gather_munmap_vmas()
1696 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 Dmremap.c751 vma_start_write(vma); in move_vma()
H A Dmadvise.c167 vma_start_write(vma); in madvise_update_vma()
H A Dmempolicy.c422 vma_start_write(vma); in mpol_rebind_mm()
1596 vma_start_write(vma); in SYSCALL_DEFINE4()
H A Duserfaultfd.c1883 vma_start_write(vma); in userfaultfd_set_ctx()
H A Dkhugepaged.c1175 vma_start_write(vma); in collapse_huge_page()
H A Dmemory.c385 vma_start_write(vma); in free_pgtables()
406 vma_start_write(vma); in free_pgtables()
/linux/Documentation/mm/
H A Dprocess_addrs.rst51 write lock via :c:func:`!vma_start_write` (all VMA write locks are unlocked
93 * Obtain a VMA write lock via :c:func:`!vma_start_write` for each VMA you wish to
385 vma_start_write
723 VMA **write** locks are acquired via :c:func:`!vma_start_write` in instances where a
756 :c:func:`!vma_start_write`, however the write lock is released by the termination or
797 This way, if any read locks are in effect, :c:func:`!vma_start_write` will sleep
858 to be racing page faults, as a result we invoke :c:func:`!vma_start_write` to
/linux/include/linux/
H A Dmm.h763 static inline void vma_start_write(struct vm_area_struct *vma) in vma_start_write() function
826 static inline void vma_start_write(struct vm_area_struct *vma) {} in vma_start_write() function
900 vma_start_write(vma); in vm_flags_set()
907 vma_start_write(vma); in vm_flags_clear()
928 vma_start_write(vma); in vm_flags_mod()
/linux/kernel/
H A Dfork.c668 vma_start_write(mpnt); in dup_mmap()