Home
last modified time | relevance | path

Searched refs:__vma_raw_mm_seqnum (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dmmap_lock.h267 static inline unsigned int __vma_raw_mm_seqnum(struct vm_area_struct *vma) in __vma_raw_mm_seqnum() function
288 return vma->vm_lock_seq == __vma_raw_mm_seqnum(vma); in __is_vma_write_locked()
/linux/mm/
H A Dmmap_lock.c141 const unsigned int mm_lock_seq = __vma_raw_mm_seqnum(vma); in __vma_start_write()