Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dvm_event_item.h61 PGMIGRATE_SUCCESS, PGMIGRATE_FAIL, enumerator
/Linux-v5.15/Documentation/vm/
Dpage_migration.rst265 1. PGMIGRATE_SUCCESS: Normal page migration success. Each count means that a
273 PGMIGRATE_SUCCESS, above: this will be increased by the number of subpages,
283 THP_MIGRATION_* events also update the appropriate PGMIGRATE_SUCCESS or
/Linux-v5.15/mm/
Dmigrate.c1588 count_vm_events(PGMIGRATE_SUCCESS, nr_succeeded); in migrate_pages()