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