Searched refs:need_rmap_locks (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/mm/ |
H A 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() 502 bool need_rmap_locks) in move_page_tables() argument 540 old_pud, new_pud, need_rmap_locks); in move_page_tables() 563 old_pmd, new_pmd, need_rmap_locks)) in move_page_tables() 581 new_vma, new_pmd, new_addr, need_rmap_locks) < 0) in move_page_tables() [all …]
|
H A D | mmap.c | 3376 bool *need_rmap_locks) in copy_vma() argument 3422 *need_rmap_locks = (new_vma->vm_pgoff <= vma->vm_pgoff); in copy_vma() 3440 *need_rmap_locks = false; in copy_vma()
|
/openbmc/linux/include/linux/ |
H A D | mm.h | 2489 bool need_rmap_locks); 3245 bool *need_rmap_locks);
|