Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A 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()
427 void *old_entry, void *new_entry, bool need_rmap_locks) in move_pgt_entry() argument
432 if (need_rmap_locks) in move_pgt_entry()
454 if (need_rmap_locks) in move_pgt_entry()
463 bool need_rmap_locks) in move_page_tables() argument
511 old_pmd, new_pmd, need_rmap_locks)) in move_page_tables()
530 new_pmd, new_addr, need_rmap_locks); in move_page_tables()
553 bool need_rmap_locks; in move_vma() local
[all …]
H A Dmmap.c3414 bool *need_rmap_locks) in copy_vma() argument
3470 *need_rmap_locks = (new_vma->vm_pgoff <= vma->vm_pgoff); in copy_vma()
3496 *need_rmap_locks = false; in copy_vma()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmm.h1992 bool need_rmap_locks);
2707 bool *need_rmap_locks);