Lines Matching defs:compact_control
272 struct compact_control { struct
273 struct list_head freepages; /* List of free pages to migrate to */
274 struct list_head migratepages; /* List of pages being migrated */
275 unsigned int nr_freepages; /* Number of isolated free pages */
276 unsigned int nr_migratepages; /* Number of pages to migrate */
277 unsigned long free_pfn; /* isolate_freepages search base */
284 unsigned long migrate_pfn;
285 unsigned long fast_start_pfn; /* a pfn to start linear scan from */
286 struct zone *zone;
287 unsigned long total_migrate_scanned;
288 unsigned long total_free_scanned;
289 unsigned short fast_search_fail;/* failures to use free list searches */
313 struct compact_control *cc; argument