Home
last modified time | relevance | path

Searched refs:anon_exclusive (Results 1 – 4 of 4) sorted by relevance

/linux/mm/
H A Drmap.c1983 bool anon_exclusive, ret = true; in try_to_unmap_one() local
2106 anon_exclusive = folio_test_anon(folio) && in try_to_unmap_one()
2293 if (anon_exclusive && in try_to_unmap_one()
2308 if (anon_exclusive) in try_to_unmap_one()
2412 bool anon_exclusive, writable, ret = true; in try_to_migrate_one() local
2512 anon_exclusive = folio_test_anon(folio) && in try_to_migrate_one()
2597 !anon_exclusive, folio); in try_to_migrate_one()
2649 if (anon_exclusive && in try_to_migrate_one()
2657 } else if (anon_exclusive && in try_to_migrate_one()
2673 else if (anon_exclusive) in try_to_migrate_one()
H A Dmigrate_device.c407 bool anon_exclusive; in migrate_vma_collect_pmd() local
411 anon_exclusive = folio_test_anon(folio) && in migrate_vma_collect_pmd()
413 if (anon_exclusive) { in migrate_vma_collect_pmd()
438 else if (anon_exclusive) in migrate_vma_collect_pmd()
H A Dhuge_memory.c2997 bool anon_exclusive = false, dirty = false; in __split_huge_pmd_locked() local
3066 anon_exclusive = softleaf_is_migration_read_exclusive(entry); in __split_huge_pmd_locked()
3081 anon_exclusive = PageAnonExclusive(page); in __split_huge_pmd_locked()
3088 if (freeze && anon_exclusive && in __split_huge_pmd_locked()
3095 if (anon_exclusive) in __split_huge_pmd_locked()
3155 anon_exclusive = PageAnonExclusive(page); in __split_huge_pmd_locked()
3156 if (freeze && anon_exclusive && in __split_huge_pmd_locked()
3163 if (anon_exclusive) in __split_huge_pmd_locked()
3192 else if (anon_exclusive) in __split_huge_pmd_locked()
4869 bool anon_exclusive; in set_pmd_migration_entry() local
[all …]
H A Dksm.c1280 bool anon_exclusive; in write_protect_page() local
1307 anon_exclusive = PageAnonExclusive(&folio->page); in write_protect_page()
1309 anon_exclusive || mm_tlb_flush_pending(mm)) { in write_protect_page()
1337 if (anon_exclusive && in write_protect_page()