Searched refs:is_thp (Results 1 – 3 of 3) sorted by relevance
8 bool *is_thp, unsigned *hshift);11 bool *is_thp, unsigned *hshift) in find_linux_pte() argument16 pte = __find_linux_pte(pgdir, ea, is_thp, hshift); in find_linux_pte()
1728 bool is_thp; in migrate_folios_move() local1735 is_thp = folio_test_large(folio) && folio_test_pmd_mappable(folio); in migrate_folios_move()1752 *thp_retry += is_thp; in migrate_folios_move()1757 stats->nr_thp_succeeded += is_thp; in migrate_folios_move()1761 stats->nr_thp_failed += is_thp; in migrate_folios_move()1813 bool is_thp = false; in migrate_pages_batch() local1831 is_thp = folio_test_pmd_mappable(folio); in migrate_pages_batch()1864 stats->nr_thp_failed += is_thp; in migrate_pages_batch()1865 stats->nr_thp_split += is_thp; in migrate_pages_batch()1881 if (!thp_migration_supported() && is_thp) { in migrate_pages_batch()[all …]
1724 bool is_thp; in hash_page_mm() local1803 ptep = find_linux_pte(pgdir, ea, &is_thp, &hugeshift); in hash_page_mm()1838 if (is_thp) in hash_page_mm()