Home
last modified time | relevance | path

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

/mm/
A Dmremap.c230 if (pmc->need_rmap_locks) in move_ptes()
312 if (pmc->need_rmap_locks) in move_ptes()
579 return pmc->need_rmap_locks; in should_take_rmap_locks()
591 bool need_rmap_locks = should_take_rmap_locks(pmc, entry); in move_pgt_entry() local
594 if (need_rmap_locks) in move_pgt_entry()
619 if (need_rmap_locks) in move_pgt_entry()
1189 &pmc.need_rmap_locks); in copy_vma_and_data()
1218 pmc_revert.need_rmap_locks = true; in copy_vma_and_data()
A Dvma.h343 bool *need_rmap_locks);
A Dvma.c1809 bool *need_rmap_locks) in copy_vma() argument
1866 *need_rmap_locks = (new_vma->vm_pgoff <= vma->vm_pgoff); in copy_vma()
1882 *need_rmap_locks = false; in copy_vma()
A Dinternal.h54 bool need_rmap_locks; /* Do rmap locks need to be taken? */ member

Completed in 27 milliseconds