Home
last modified time | relevance | path

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

/linux/mm/
H A Dvma.c1866 bool *need_rmap_locks) in copy_vma() argument
1922 *need_rmap_locks = (new_vma->vm_pgoff <= vma->vm_pgoff); in copy_vma()
1938 *need_rmap_locks = false; in copy_vma()
/linux/tools/testing/vma/include/
H A Ddup.h768 bool need_rmap_locks; /* Do rmap locks need to be taken? */ member