Home
last modified time | relevance | path

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

/Linux-v5.15/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()
440 void *old_entry, void *new_entry, bool need_rmap_locks) in move_pgt_entry() argument
445 if (need_rmap_locks) in move_pgt_entry()
473 if (need_rmap_locks) in move_pgt_entry()
482 bool need_rmap_locks) in move_page_tables() argument
513 old_pud, new_pud, need_rmap_locks); in move_page_tables()
535 old_pmd, new_pmd, need_rmap_locks)) in move_page_tables()
554 new_pmd, new_addr, need_rmap_locks); in move_page_tables()
[all …]
Dmmap.c3231 bool *need_rmap_locks) in copy_vma() argument
3275 *need_rmap_locks = (new_vma->vm_pgoff <= vma->vm_pgoff); in copy_vma()
3292 *need_rmap_locks = false; in copy_vma()
/Linux-v5.15/include/linux/
Dmm.h1877 bool need_rmap_locks);
2563 bool *need_rmap_locks);