Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Drmap.c1642 bool anon_exclusive, ret = true; in try_to_unmap_one() local
1717 anon_exclusive = folio_test_anon(folio) && in try_to_unmap_one()
1901 if (anon_exclusive && in try_to_unmap_one()
1916 if (anon_exclusive) in try_to_unmap_one()
2007 bool anon_exclusive, ret = true; in try_to_migrate_one() local
2093 anon_exclusive = folio_test_anon(folio) && in try_to_migrate_one()
2179 if (anon_exclusive) in try_to_migrate_one()
2191 else if (anon_exclusive) in try_to_migrate_one()
2250 !anon_exclusive, subpage); in try_to_migrate_one()
2254 if (anon_exclusive && in try_to_migrate_one()
[all …]
Dmigrate_device.c196 bool anon_exclusive; in migrate_vma_collect_pmd() local
200 anon_exclusive = folio_test_anon(folio) && in migrate_vma_collect_pmd()
202 if (anon_exclusive) { in migrate_vma_collect_pmd()
226 else if (anon_exclusive) in migrate_vma_collect_pmd()
Dhuge_memory.c2656 bool anon_exclusive = false, dirty = false; in __split_huge_pmd_locked() local
2720 anon_exclusive = is_readable_exclusive_migration_entry(entry); in __split_huge_pmd_locked()
2779 anon_exclusive = PageAnonExclusive(page); in __split_huge_pmd_locked()
2780 if (freeze && anon_exclusive && in __split_huge_pmd_locked()
2787 if (anon_exclusive) in __split_huge_pmd_locked()
2816 else if (anon_exclusive) in __split_huge_pmd_locked()
4158 bool anon_exclusive; in set_pmd_migration_entry() local
4170 anon_exclusive = folio_test_anon(folio) && PageAnonExclusive(page); in set_pmd_migration_entry()
4171 if (anon_exclusive && folio_try_share_anon_rmap_pmd(folio, page)) { in set_pmd_migration_entry()
4180 else if (anon_exclusive) in set_pmd_migration_entry()
Dksm.c1254 bool anon_exclusive; in write_protect_page() local
1273 anon_exclusive = PageAnonExclusive(&folio->page); in write_protect_page()
1276 anon_exclusive || mm_tlb_flush_pending(mm)) { in write_protect_page()
1304 if (anon_exclusive && in write_protect_page()