Home
last modified time | relevance | path

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

/linux-6.3-rc2/mm/
A Drmap.c1456 bool anon_exclusive, ret = true; in try_to_unmap_one() local
1512 anon_exclusive = folio_test_anon(folio) && in try_to_unmap_one()
1707 if (anon_exclusive && in try_to_unmap_one()
1724 if (anon_exclusive) in try_to_unmap_one()
1816 bool anon_exclusive, ret = true; in try_to_migrate_one() local
1896 anon_exclusive = folio_test_anon(folio) && in try_to_migrate_one()
1984 if (anon_exclusive) in try_to_migrate_one()
1995 else if (anon_exclusive) in try_to_migrate_one()
2055 !anon_exclusive, subpage); in try_to_migrate_one()
2058 if (anon_exclusive && in try_to_migrate_one()
[all …]
A 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()
A Dhuge_memory.c2077 bool anon_exclusive = false, dirty = false; in __split_huge_pmd_locked() local
2160 anon_exclusive = is_readable_exclusive_migration_entry(entry); in __split_huge_pmd_locked()
2193 anon_exclusive = PageAnon(page) && PageAnonExclusive(page); in __split_huge_pmd_locked()
2194 if (freeze && anon_exclusive && page_try_share_anon_rmap(page)) in __split_huge_pmd_locked()
2219 else if (anon_exclusive) in __split_huge_pmd_locked()
2237 if (anon_exclusive) in __split_huge_pmd_locked()
3219 bool anon_exclusive; in set_pmd_migration_entry() local
3231 anon_exclusive = PageAnon(page) && PageAnonExclusive(page); in set_pmd_migration_entry()
3232 if (anon_exclusive && page_try_share_anon_rmap(page)) { in set_pmd_migration_entry()
3241 else if (anon_exclusive) in set_pmd_migration_entry()
A Dksm.c1052 bool anon_exclusive; in write_protect_page() local
1069 anon_exclusive = PageAnonExclusive(page); in write_protect_page()
1071 anon_exclusive || mm_tlb_flush_pending(mm)) { in write_protect_page()
1101 if (anon_exclusive && page_try_share_anon_rmap(page)) { in write_protect_page()

Completed in 20 milliseconds