Home
last modified time | relevance | path

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

/linux/tools/testing/vma/
H A Dshared.c59 vma->vm_lock_seq = UINT_MAX; in alloc_and_link_vma()
91 int seq = vma->vm_lock_seq; in vma_write_started()
94 vma->vm_lock_seq = UINT_MAX; in vma_write_started()
/linux/tools/testing/vma/include/
H A Dcustom.h44 vma->vm_lock_seq++;
51 vma->vm_lock_seq++;
H A Ddup.h578 unsigned int vm_lock_seq; member
1232 vma->vm_lock_seq = UINT_MAX; in vma_init()
/linux/include/linux/
H A Dmmap_lock.h159 vma->vm_lock_seq = UINT_MAX; in vma_lock_init()
288 return vma->vm_lock_seq == __vma_raw_mm_seqnum(vma); in __is_vma_write_locked()
H A Dmm_types.h968 unsigned int vm_lock_seq; member