Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dmremap.c207 if (pmc->need_rmap_locks) in move_ptes()
281 if (pmc->need_rmap_locks) in move_ptes()
548 return pmc->need_rmap_locks; in should_take_rmap_locks()
560 bool need_rmap_locks = should_take_rmap_locks(pmc, entry); in move_pgt_entry() local
563 if (need_rmap_locks) in move_pgt_entry()
588 if (need_rmap_locks) in move_pgt_entry()
1156 &pmc.need_rmap_locks); in copy_vma_and_data()
1181 pmc_revert.need_rmap_locks = true; in copy_vma_and_data()
H A Dvma.h290 bool *need_rmap_locks);
H A Dvma.c1767 bool *need_rmap_locks) in copy_vma() argument
1816 *need_rmap_locks = (new_vma->vm_pgoff <= vma->vm_pgoff); in copy_vma()
1832 *need_rmap_locks = false; in copy_vma()
H A Dinternal.h54 bool need_rmap_locks; /* Do rmap locks need to be taken? */ member