Home
last modified time | relevance | path

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

/linux/mm/
H A Dmigrate.c1724 int *retry, int *thp_retry, int *nr_failed, in migrate_folios_move() argument
1752 *thp_retry += is_thp; in migrate_folios_move()
1809 int thp_retry = 1; in migrate_pages_batch() local
1826 thp_retry = 0; in migrate_pages_batch()
1942 thp_retry += is_thp; in migrate_pages_batch()
1953 stats->nr_thp_failed += thp_retry; in migrate_pages_batch()
1961 thp_retry += is_thp; in migrate_pages_batch()
1983 stats->nr_thp_failed += thp_retry; in migrate_pages_batch()
1992 thp_retry = 0; in migrate_pages_batch()
1998 ret_folios, stats, &retry, &thp_retry, in migrate_pages_batch()
[all …]