Lines Matching refs:is_thp
1627 bool is_thp = false;
1643 is_thp = folio_test_large(folio) && folio_test_pmd_mappable(folio);
1658 if (!thp_migration_supported() && is_thp) {
1689 stats->nr_thp_failed += is_thp;
1695 stats->nr_thp_split += is_thp;
1704 thp_retry += is_thp;
1708 stats->nr_thp_failed -= is_thp;
1723 thp_retry += is_thp;
1728 stats->nr_thp_succeeded += is_thp;
1742 stats->nr_thp_failed += is_thp;
1764 is_thp = folio_test_large(folio) && folio_test_pmd_mappable(folio);
1781 thp_retry += is_thp;
1786 stats->nr_thp_succeeded += is_thp;
1790 stats->nr_thp_failed += is_thp;