Home
last modified time | relevance | path

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

/linux/mm/
H A Dmmap_lock.c114 WRITE_ONCE(vma->vm_lock_seq, mm_lock_seq); in __vma_start_write()
177 if (READ_ONCE(vma->vm_lock_seq) == READ_ONCE(mm->mm_lock_seq.sequence)) { in vma_start_read()
211 if (unlikely(vma->vm_lock_seq == raw_read_seqcount(&mm->mm_lock_seq))) { in vma_start_read()
/linux/include/linux/
H A Dmmap_lock.h122 vma->vm_lock_seq = UINT_MAX; in vma_lock_init()
195 return (vma->vm_lock_seq == *mm_lock_seq); in __is_vma_write_locked()
/linux/tools/testing/vma/
H A Dvma_internal.h687 unsigned int vm_lock_seq; member
943 vma->vm_lock_seq = UINT_MAX; in vma_init()
1174 vma->vm_lock_seq++; in vma_start_write()
1181 vma->vm_lock_seq++; in vma_start_write_killable()
H A Dvma.c125 vma->vm_lock_seq = UINT_MAX; in alloc_and_link_vma()
273 int seq = vma->vm_lock_seq; in vma_write_started()
276 vma->vm_lock_seq = UINT_MAX; in vma_write_started()
/linux/Documentation/mm/
H A Dprocess_addrs.rst812 sequence count :c:member:`!vma->vm_lock_seq` then the VMA is write-locked. If