Home
last modified time | relevance | path

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

/linux/mm/
H A Drmap.c1857 bool anon_exclusive, ret = true; in try_to_unmap_one() local
1980 anon_exclusive = folio_test_anon(folio) && in try_to_unmap_one()
2168 if (anon_exclusive && in try_to_unmap_one()
2183 if (anon_exclusive) in try_to_unmap_one()
2287 bool anon_exclusive, writable, ret = true; in try_to_migrate_one() local
2381 anon_exclusive = folio_test_anon(folio) && in try_to_migrate_one()
2468 !anon_exclusive, folio); in try_to_migrate_one()
2520 if (anon_exclusive && in try_to_migrate_one()
2528 } else if (anon_exclusive && in try_to_migrate_one()
2544 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.c2993 bool anon_exclusive = false, dirty = false; in __split_huge_pmd_locked() local
3062 anon_exclusive = softleaf_is_migration_read_exclusive(entry); in __split_huge_pmd_locked()
3077 anon_exclusive = PageAnonExclusive(page); in __split_huge_pmd_locked()
3084 if (freeze && anon_exclusive && in __split_huge_pmd_locked()
3091 if (anon_exclusive) in __split_huge_pmd_locked()
3151 anon_exclusive = PageAnonExclusive(page); in __split_huge_pmd_locked()
3152 if (freeze && anon_exclusive && in __split_huge_pmd_locked()
3159 if (anon_exclusive) in __split_huge_pmd_locked()
3188 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()