Home
last modified time | relevance | path

Searched refs:thp_retry (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/mm/
H A Dmigrate.c1623 int thp_retry = 1; in migrate_pages_batch() local
1639 thp_retry = 0; in migrate_pages_batch()
1704 thp_retry += is_thp; in migrate_pages_batch()
1715 stats->nr_thp_failed += thp_retry; in migrate_pages_batch()
1723 thp_retry += is_thp; in migrate_pages_batch()
1749 stats->nr_thp_failed += thp_retry; in migrate_pages_batch()
1758 thp_retry = 0; in migrate_pages_batch()
1781 thp_retry += is_thp; in migrate_pages_batch()
1799 stats->nr_thp_failed += thp_retry; in migrate_pages_batch()
/kernel/linux/linux-5.10/mm/
H A Dmigrate.c1438 int thp_retry = 1; in migrate_pages() local
1454 for (pass = 0; pass < 10 && (retry || thp_retry); pass++) { in migrate_pages()
1456 thp_retry = 0; in migrate_pages()
1509 thp_retry++; in migrate_pages()
1539 nr_failed += retry + thp_retry; in migrate_pages()
1540 nr_thp_failed += thp_retry; in migrate_pages()

Completed in 7 milliseconds