Searched refs:need_rmap_locks (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/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() 453 void *old_entry, void *new_entry, bool need_rmap_locks) in move_pgt_entry() argument 458 if (need_rmap_locks) in move_pgt_entry() 486 if (need_rmap_locks) in move_pgt_entry() 495 bool need_rmap_locks) in move_page_tables() argument 533 old_pud, new_pud, need_rmap_locks); in move_page_tables() 556 old_pmd, new_pmd, need_rmap_locks)) in move_page_tables() 574 new_vma, new_pmd, new_addr, need_rmap_locks) < 0) in move_page_tables() [all …]
|
D | mmap.c | 3314 bool *need_rmap_locks) in copy_vma() argument 3360 *need_rmap_locks = (new_vma->vm_pgoff <= vma->vm_pgoff); in copy_vma() 3378 *need_rmap_locks = false; in copy_vma()
|
/linux-6.6.21/include/linux/ |
D | mm.h | 2483 bool need_rmap_locks); 3238 bool *need_rmap_locks);
|