Home
last modified time | relevance | path

Searched refs:vm_lock_seq (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/tools/testing/vma/
H A Dvma_internal.h279 unsigned int vm_lock_seq; member
505 vma->vm_lock_seq = UINT_MAX; in vma_init()
529 new->vm_lock_seq = UINT_MAX; in vm_area_dup()
782 vma->vm_lock_seq++; in vma_start_write()
H A Dvma.c115 vma->vm_lock_seq = UINT_MAX; in alloc_and_link_vma()
254 int seq = vma->vm_lock_seq; in vma_write_started()
257 vma->vm_lock_seq = UINT_MAX; in vma_write_started()
/linux-6.15/include/linux/
H A Dmm.h683 vma->vm_lock_seq = UINT_MAX; in vma_lock_init()
732 if (READ_ONCE(vma->vm_lock_seq) == READ_ONCE(mm->mm_lock_seq.sequence)) in vma_start_read()
759 if (unlikely(vma->vm_lock_seq == raw_read_seqcount(&mm->mm_lock_seq))) { in vma_start_read()
812 return (vma->vm_lock_seq == *mm_lock_seq); in __is_vma_write_locked()
H A Dmm_types.h822 unsigned int vm_lock_seq; member
/linux-6.15/Documentation/mm/
H A Dprocess_addrs.rst769 sequence count :c:member:`!vma->vm_lock_seq` then the VMA is write-locked. If
/linux-6.15/mm/
H A Dmemory.c6505 WRITE_ONCE(vma->vm_lock_seq, mm_lock_seq); in __vma_start_write()