Searched refs:is_thp (Results 1 – 4 of 4) 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()
429 bool *is_thp, unsigned *hpage_shift) in __find_linux_pte() argument443 if (is_thp) in __find_linux_pte()444 *is_thp = false; in __find_linux_pte()513 if (is_thp) in __find_linux_pte()514 *is_thp = true; in __find_linux_pte()
1717 bool is_thp = false; in migrate_pages_batch() local1735 is_thp = is_large && folio_test_pmd_mappable(folio); in migrate_pages_batch()1768 stats->nr_thp_failed += is_thp; in migrate_pages_batch()1769 stats->nr_thp_split += is_thp; in migrate_pages_batch()1785 if (!thp_migration_supported() && is_thp) { in migrate_pages_batch()1817 stats->nr_thp_failed += is_thp; in migrate_pages_batch()1823 stats->nr_thp_split += is_thp; in migrate_pages_batch()1833 thp_retry += is_thp; in migrate_pages_batch()1837 stats->nr_thp_failed -= is_thp; in migrate_pages_batch()1852 thp_retry += is_thp; in migrate_pages_batch()[all …]
1459 bool is_thp; in hash_page_mm() local1538 ptep = find_linux_pte(pgdir, ea, &is_thp, &hugeshift); in hash_page_mm()1573 if (is_thp) in hash_page_mm()