Searched defs:compact_control (Results 1 – 1 of 1) sorted by relevance
483 struct compact_control { struct484 struct list_head freepages; /* List of free pages to migrate to */485 struct list_head migratepages; /* List of pages being migrated */486 unsigned int nr_freepages; /* Number of isolated free pages */487 unsigned int nr_migratepages; /* Number of pages to migrate */488 unsigned long free_pfn; /* isolate_freepages search base */495 unsigned long migrate_pfn;496 unsigned long fast_start_pfn; /* a pfn to start linear scan from */497 struct zone *zone;498 unsigned long total_migrate_scanned;[all …]