Home
last modified time | relevance | path

Searched refs:thp_migration_supported (Results 1 – 10 of 10) sorted by relevance

/linux-6.6.21/include/linux/
Dhuge_mm.h251 static inline bool thp_migration_supported(void) in thp_migration_supported() function
386 static inline bool thp_migration_supported(void) in thp_migration_supported() function
/linux-6.6.21/mm/
Dpage_vma_mapped.c245 if (!thp_migration_supported() || in page_vma_mapped_walk()
Dhmm.c339 if (thp_migration_supported() && is_pmd_migration_entry(pmd)) { in hmm_vma_walk_pmd()
Dhuge_memory.c1600 VM_BUG_ON(thp_migration_supported() && in madvise_free_huge_pmd()
1696 } else if (thp_migration_supported()) { in zap_huge_pmd()
1818 if (prot_numa && !thp_migration_supported()) in change_huge_pmd()
Dmadvise.c378 VM_BUG_ON(thp_migration_supported() && in madvise_cold_or_pageout_pte_range()
Dmigrate.c1658 if (!thp_migration_supported() && is_thp) { in migrate_pages_batch()
Dmemory.c5120 VM_BUG_ON(thp_migration_supported() && in __handle_mm_fault()
Dmemcontrol.c5982 VM_BUG_ON(thp_migration_supported() && in get_mctgt_type_thp()
Dvmscan.c1879 (thp_migration_supported() || !folio_test_large(folio))) { in shrink_folio_list()
/linux-6.6.21/fs/proc/
Dtask_mmu.c580 } else if (unlikely(thp_migration_supported() && is_swap_pmd(*pmd))) { in smaps_pmd_entry()