Lines Matching refs:is_thp
1617 bool is_thp = false; in migrate_pages_batch() local
1633 is_thp = folio_test_large(folio) && folio_test_pmd_mappable(folio); in migrate_pages_batch()
1648 if (!thp_migration_supported() && is_thp) { in migrate_pages_batch()
1679 stats->nr_thp_failed += is_thp; in migrate_pages_batch()
1685 stats->nr_thp_split += is_thp; in migrate_pages_batch()
1694 thp_retry += is_thp; in migrate_pages_batch()
1698 stats->nr_thp_failed -= is_thp; in migrate_pages_batch()
1713 thp_retry += is_thp; in migrate_pages_batch()
1718 stats->nr_thp_succeeded += is_thp; in migrate_pages_batch()
1732 stats->nr_thp_failed += is_thp; in migrate_pages_batch()
1754 is_thp = folio_test_large(folio) && folio_test_pmd_mappable(folio); in migrate_pages_batch()
1771 thp_retry += is_thp; in migrate_pages_batch()
1776 stats->nr_thp_succeeded += is_thp; in migrate_pages_batch()
1780 stats->nr_thp_failed += is_thp; in migrate_pages_batch()