Home
last modified time | relevance | path

Searched defs:mm_lock_seq (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dmmap_lock.h186 static bool __is_vma_write_locked(struct vm_area_struct *vma, unsigned int *mm_lock_seq) in __is_vma_write_locked()
207 unsigned int mm_lock_seq; in vma_start_write() local
217 unsigned int mm_lock_seq; in vma_assert_write_locked() local
224 unsigned int mm_lock_seq; in vma_assert_locked() local
H A Dmm_types.h1078 seqcount_t mm_lock_seq; member
/linux/mm/
H A Dmmap_lock.c78 void __vma_start_write(struct vm_area_struct *vma, unsigned int mm_lock_seq) in __vma_start_write()