Home
last modified time | relevance | path

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

/linux/mm/
H A Dmremap.c139 unsigned long new_addr, bool need_rmap_locks) in move_ptes() argument
167 if (need_rmap_locks) in move_ptes()
230 if (need_rmap_locks) in move_ptes()
469 void *old_entry, void *new_entry, bool need_rmap_locks) in move_pgt_entry() argument
474 if (need_rmap_locks) in move_pgt_entry()
502 if (need_rmap_locks) in move_pgt_entry()
563 bool need_rmap_locks, bool for_stack) in move_page_tables() argument
609 old_pud, new_pud, need_rmap_locks); in move_page_tables()
632 old_pmd, new_pmd, need_rmap_locks)) in move_page_tables()
650 new_vma, new_pmd, new_addr, need_rmap_locks) < 0) in move_page_tables()
[all …]
H A Dvma.h236 bool *need_rmap_locks);
H A Dvma.c1705 bool *need_rmap_locks) in copy_vma() argument
1754 *need_rmap_locks = (new_vma->vm_pgoff <= vma->vm_pgoff); in copy_vma()
1770 *need_rmap_locks = false; in copy_vma()
H A Dinternal.h1512 bool need_rmap_locks, bool for_stack);