Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dvma.c507 vma_start_write(vma); in __split_vma()
508 vma_start_write(new); in __split_vma()
844 vma_start_write(next); in vma_merge_existing_range()
849 vma_start_write(prev); in vma_merge_existing_range()
1156 vma_start_write(vma); in vma_shrink()
1753 vma_start_write(vma); in vma_link()
2130 vma_start_write(vma); in mm_take_all_locks()
2433 vma_start_write(vma); in __mmap_new_vma()
2667 vma_start_write(vma); in do_brk_flags()
2890 vma_start_write(vma); in expand_upwards()
[all …]
H A Dmlock.c446 vma_start_write(vma); in mlock_vma_pages_range()
506 vma_start_write(vma); in mlock_fixup()
H A Dmprotect.c670 vma_start_write(vma); in mprotect_fixup()
H A Dpagewalk.c435 vma_start_write(vma); in process_vma_walk_lock()
H A Dmremap.c1247 vma_start_write(vrm->vma); in move_vma()
H A Dmempolicy.c453 vma_start_write(vma); in mpol_rebind_mm()
1627 vma_start_write(vma); in SYSCALL_DEFINE4()
H A Dmadvise.c167 vma_start_write(vma); in madvise_update_vma()
H A Duserfaultfd.c1895 vma_start_write(vma); in userfaultfd_set_ctx()
H A Dkhugepaged.c1175 vma_start_write(vma); in collapse_huge_page()
H A Dksm.c628 vma_start_write(vma); in break_ksm()
H A Dmemory.c369 vma_start_write(vma); in free_pgtables()
390 vma_start_write(vma); in free_pgtables()
/linux-6.15/tools/testing/vma/
H A Dvma_internal.h779 static inline void vma_start_write(struct vm_area_struct *vma) in vma_start_write() function
1010 vma_start_write(vma); in vm_flags_set()
1017 vma_start_write(vma); in vm_flags_clear()
/linux-6.15/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
728 VMA **write** locks are acquired via :c:func:`!vma_start_write` in instances where a
761 :c:func:`!vma_start_write`, however the write lock is released by the termination or
804 This way, if any read locks are in effect, :c:func:`!vma_start_write` will sleep
866 to be racing page faults, as a result we invoke :c:func:`!vma_start_write` to
/linux-6.15/include/linux/
H A Dmm.h822 static inline void vma_start_write(struct vm_area_struct *vma) in vma_start_write() function
897 static inline void vma_start_write(struct vm_area_struct *vma) {} in vma_start_write() function
968 vma_start_write(vma); in vm_flags_set()
975 vma_start_write(vma); in vm_flags_clear()
996 vma_start_write(vma); in vm_flags_mod()
/linux-6.15/arch/powerpc/kvm/
H A Dbook3s_hv_uvmem.c413 vma_start_write(vma); in kvmppc_memslot_page_merge()
/linux-6.15/kernel/
H A Dfork.c642 vma_start_write(mpnt); in dup_mmap()