Home
last modified time | relevance | path

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

/linux-6.1.9/mm/
Drmap.c1477 bool anon_exclusive, ret = true; in try_to_unmap_one() local
1533 anon_exclusive = folio_test_anon(folio) && in try_to_unmap_one()
1728 if (anon_exclusive && in try_to_unmap_one()
1756 if (anon_exclusive) in try_to_unmap_one()
1848 bool anon_exclusive, ret = true; in try_to_migrate_one() local
1928 anon_exclusive = folio_test_anon(folio) && in try_to_migrate_one()
2002 if (anon_exclusive) in try_to_migrate_one()
2013 else if (anon_exclusive) in try_to_migrate_one()
2073 !anon_exclusive, subpage); in try_to_migrate_one()
2076 if (anon_exclusive && in try_to_migrate_one()
[all …]
Dmigrate_device.c201 bool anon_exclusive; in migrate_vma_collect_pmd() local
205 anon_exclusive = PageAnon(page) && PageAnonExclusive(page); in migrate_vma_collect_pmd()
206 if (anon_exclusive) { in migrate_vma_collect_pmd()
230 else if (anon_exclusive) in migrate_vma_collect_pmd()
Dhuge_memory.c2044 bool anon_exclusive = false, dirty = false; in __split_huge_pmd_locked() local
2127 anon_exclusive = is_readable_exclusive_migration_entry(entry); in __split_huge_pmd_locked()
2161 anon_exclusive = PageAnon(page) && PageAnonExclusive(page); in __split_huge_pmd_locked()
2162 if (freeze && anon_exclusive && page_try_share_anon_rmap(page)) in __split_huge_pmd_locked()
2185 else if (anon_exclusive) in __split_huge_pmd_locked()
2203 if (anon_exclusive) in __split_huge_pmd_locked()
3198 bool anon_exclusive; in set_pmd_migration_entry() local
3210 anon_exclusive = PageAnon(page) && PageAnonExclusive(page); in set_pmd_migration_entry()
3211 if (anon_exclusive && page_try_share_anon_rmap(page)) { in set_pmd_migration_entry()
3220 else if (anon_exclusive) in set_pmd_migration_entry()
Dksm.c1024 bool anon_exclusive; in write_protect_page() local
1042 anon_exclusive = PageAnonExclusive(page); in write_protect_page()
1045 anon_exclusive || mm_tlb_flush_pending(mm)) { in write_protect_page()
1075 if (anon_exclusive && page_try_share_anon_rmap(page)) { in write_protect_page()