Home
last modified time | relevance | path

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

/linux-6.1.9/mm/
Dmremap.c139 unsigned long new_addr, bool need_rmap_locks) in move_ptes() argument
165 if (need_rmap_locks) in move_ptes()
211 if (need_rmap_locks) in move_ptes()
442 void *old_entry, void *new_entry, bool need_rmap_locks) in move_pgt_entry() argument
447 if (need_rmap_locks) in move_pgt_entry()
475 if (need_rmap_locks) in move_pgt_entry()
484 bool need_rmap_locks) in move_page_tables() argument
522 old_pud, new_pud, need_rmap_locks); in move_page_tables()
544 old_pmd, new_pmd, need_rmap_locks)) in move_page_tables()
563 new_pmd, new_addr, need_rmap_locks); in move_page_tables()
[all …]
Dmmap.c3170 bool *need_rmap_locks) in copy_vma() argument
3216 *need_rmap_locks = (new_vma->vm_pgoff <= vma->vm_pgoff); in copy_vma()
3234 *need_rmap_locks = false; in copy_vma()
/linux-6.1.9/include/linux/
Dmm.h2006 bool need_rmap_locks);
2699 bool *need_rmap_locks);