Home
last modified time | relevance | path

Searched refs:is_thp (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/arch/powerpc/include/asm/
A Dpte-walk.h8 bool *is_thp, unsigned *hshift);
11 bool *is_thp, unsigned *hshift) in find_linux_pte() argument
16 pte = __find_linux_pte(pgdir, ea, is_thp, hshift); in find_linux_pte()
/linux-6.3-rc2/arch/powerpc/mm/
A Dpgtable.c359 bool *is_thp, unsigned *hpage_shift) in __find_linux_pte() argument
372 if (is_thp) in __find_linux_pte()
373 *is_thp = false; in __find_linux_pte()
445 if (is_thp) in __find_linux_pte()
446 *is_thp = true; in __find_linux_pte()
/linux-6.3-rc2/mm/
A Dmigrate.c1635 bool is_thp = false; in migrate_pages_batch() local
1679 if (!thp_migration_supported() && is_thp) { in migrate_pages_batch()
1712 stats->nr_thp_failed += is_thp; in migrate_pages_batch()
1718 stats->nr_thp_split += is_thp; in migrate_pages_batch()
1727 thp_retry += is_thp; in migrate_pages_batch()
1763 thp_retry += is_thp; in migrate_pages_batch()
1771 stats->nr_thp_succeeded += is_thp; in migrate_pages_batch()
1791 stats->nr_thp_failed += is_thp; in migrate_pages_batch()
1840 thp_retry += is_thp; in migrate_pages_batch()
1848 stats->nr_thp_succeeded += is_thp; in migrate_pages_batch()
[all …]
/linux-6.3-rc2/arch/powerpc/mm/book3s64/
A Dhash_utils.c1455 bool is_thp; in hash_page_mm() local
1534 ptep = find_linux_pte(pgdir, ea, &is_thp, &hugeshift); in hash_page_mm()
1562 if (is_thp) in hash_page_mm()

Completed in 14 milliseconds