Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dmigrate.c1696 int *retry, int *thp_retry, int *nr_failed, in migrate_folios_move() argument
1724 *thp_retry += is_thp; in migrate_folios_move()
1781 int thp_retry = 1; in migrate_pages_batch() local
1798 thp_retry = 0; in migrate_pages_batch()
1901 thp_retry += is_thp; in migrate_pages_batch()
1912 stats->nr_thp_failed += thp_retry; in migrate_pages_batch()
1920 thp_retry += is_thp; in migrate_pages_batch()
1946 stats->nr_thp_failed += thp_retry; in migrate_pages_batch()
1955 thp_retry = 0; in migrate_pages_batch()
1961 ret_folios, stats, &retry, &thp_retry, in migrate_pages_batch()
[all …]