Searched refs:need_rmap_locks (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/mm/ |
D | mremap.c | 139 unsigned long new_addr, bool need_rmap_locks) in move_ptes() argument 166 if (need_rmap_locks) in move_ptes() 221 if (need_rmap_locks) in move_ptes() 460 void *old_entry, void *new_entry, bool need_rmap_locks) in move_pgt_entry() argument 465 if (need_rmap_locks) in move_pgt_entry() 493 if (need_rmap_locks) in move_pgt_entry() 554 bool need_rmap_locks, bool for_stack) in move_page_tables() argument 600 old_pud, new_pud, need_rmap_locks); in move_page_tables() 623 old_pmd, new_pmd, need_rmap_locks)) in move_page_tables() 641 new_vma, new_pmd, new_addr, need_rmap_locks) < 0) in move_page_tables() [all …]
|
D | vma.c | 1614 bool *need_rmap_locks) in copy_vma() argument 1663 *need_rmap_locks = (new_vma->vm_pgoff <= vma->vm_pgoff); in copy_vma() 1679 *need_rmap_locks = false; in copy_vma()
|
D | vma.h | 329 bool *need_rmap_locks);
|
D | internal.h | 1481 bool need_rmap_locks, bool for_stack);
|