Home
last modified time | relevance | path

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

/linux/mm/
H A Dmigrate.c1733 int *retry, int *thp_retry, int *nr_failed, in migrate_folios_move() argument
1761 *thp_retry += is_thp; in migrate_folios_move()
1818 int thp_retry = 1; in migrate_pages_batch() local
1835 thp_retry = 0; in migrate_pages_batch()
1951 thp_retry += is_thp; in migrate_pages_batch()
1962 stats->nr_thp_failed += thp_retry; in migrate_pages_batch()
1970 thp_retry += is_thp; in migrate_pages_batch()
1992 stats->nr_thp_failed += thp_retry; in migrate_pages_batch()
2001 thp_retry = 0; in migrate_pages_batch()
2007 ret_folios, stats, &retry, &thp_retry, in migrate_pages_batch()
[all …]