Home
last modified time | relevance | path

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

/mm/
Dmremap.c137 unsigned long new_addr, bool need_rmap_locks) in move_ptes() argument
163 if (need_rmap_locks) in move_ptes()
209 if (need_rmap_locks) in move_ptes()
428 void *old_entry, void *new_entry, bool need_rmap_locks) in move_pgt_entry() argument
433 if (need_rmap_locks) in move_pgt_entry()
455 if (need_rmap_locks) in move_pgt_entry()
464 bool need_rmap_locks) in move_page_tables() argument
512 old_pmd, new_pmd, need_rmap_locks)) in move_page_tables()
531 new_pmd, new_addr, need_rmap_locks); in move_page_tables()
554 bool need_rmap_locks; in move_vma() local
[all …]
Dmmap.c3414 bool *need_rmap_locks) in copy_vma() argument
3470 *need_rmap_locks = (new_vma->vm_pgoff <= vma->vm_pgoff); in copy_vma()
3496 *need_rmap_locks = false; in copy_vma()