Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dmigrate_device.c209 bool anon_exclusive; in migrate_vma_collect_pmd() local
213 anon_exclusive = folio_test_anon(folio) && in migrate_vma_collect_pmd()
215 if (anon_exclusive) { in migrate_vma_collect_pmd()
240 else if (anon_exclusive) in migrate_vma_collect_pmd()
H A Drmap.c1875 bool anon_exclusive, ret = true; in try_to_unmap_one() local
1971 anon_exclusive = folio_test_anon(folio) && in try_to_unmap_one()
2161 if (anon_exclusive && in try_to_unmap_one()
2176 if (anon_exclusive) in try_to_unmap_one()
2277 bool anon_exclusive, writable, ret = true; in try_to_migrate_one() local
2360 anon_exclusive = folio_test_anon(folio) && in try_to_migrate_one()
2444 !anon_exclusive, folio); in try_to_migrate_one()
2496 if (anon_exclusive && in try_to_migrate_one()
2504 } else if (anon_exclusive && in try_to_migrate_one()
2520 else if (anon_exclusive) in try_to_migrate_one()
H A Dhuge_memory.c2862 bool anon_exclusive = false, dirty = false; in __split_huge_pmd_locked() local
2928 anon_exclusive = is_readable_exclusive_migration_entry(entry); in __split_huge_pmd_locked()
2987 anon_exclusive = PageAnonExclusive(page); in __split_huge_pmd_locked()
2988 if (freeze && anon_exclusive && in __split_huge_pmd_locked()
2995 if (anon_exclusive) in __split_huge_pmd_locked()
3024 else if (anon_exclusive) in __split_huge_pmd_locked()
4625 bool anon_exclusive; in set_pmd_migration_entry() local
4637 anon_exclusive = folio_test_anon(folio) && PageAnonExclusive(page); in set_pmd_migration_entry()
4638 if (anon_exclusive && folio_try_share_anon_rmap_pmd(folio, page)) { in set_pmd_migration_entry()
4647 else if (anon_exclusive) in set_pmd_migration_entry()
H A Dksm.c1254 bool anon_exclusive; in write_protect_page() local
1281 anon_exclusive = PageAnonExclusive(&folio->page); in write_protect_page()
1283 anon_exclusive || mm_tlb_flush_pending(mm)) { in write_protect_page()
1311 if (anon_exclusive && in write_protect_page()