Searched refs:vm_lock_seq (Results 1 – 5 of 5) sorted by relevance
234 int vm_lock_seq; member409 vma->vm_lock_seq = -1; in vma_lock_alloc()724 vma->vm_lock_seq++; in vma_start_write()
90 vma->vm_lock_seq = -1; in alloc_and_link_vma()212 int seq = vma->vm_lock_seq; in vma_write_started()215 vma->vm_lock_seq = -1; in vma_write_started()
718 int vm_lock_seq; member
701 if (READ_ONCE(vma->vm_lock_seq) == READ_ONCE(vma->vm_mm->mm_lock_seq)) in vma_start_read()718 if (unlikely(vma->vm_lock_seq == smp_load_acquire(&vma->vm_mm->mm_lock_seq))) { in vma_start_read()742 return (vma->vm_lock_seq == *mm_lock_seq); in __is_vma_write_locked()764 WRITE_ONCE(vma->vm_lock_seq, mm_lock_seq); in vma_start_write()
452 vma->vm_lock_seq = -1; in vma_lock_alloc()
Completed in 26 milliseconds