Searched defs:compact_control (Results 1 – 1 of 1) sorted by relevance
544 struct compact_control { struct545 struct list_head freepages; /* List of free pages to migrate to */546 struct list_head migratepages; /* List of pages being migrated */547 unsigned int nr_freepages; /* Number of isolated free pages */548 unsigned int nr_migratepages; /* Number of pages to migrate */549 unsigned long free_pfn; /* isolate_freepages search base */556 unsigned long migrate_pfn;557 unsigned long fast_start_pfn; /* a pfn to start linear scan from */558 struct zone *zone;559 unsigned long total_migrate_scanned;[all …]