Searched defs:compact_control (Results 1 – 1 of 1) sorted by relevance
29 struct compact_control { struct30 struct list_head freepages; /* List of free pages to migrate to */31 struct list_head migratepages; /* List of pages being migrated */32 unsigned long nr_freepages; /* Number of isolated free pages */33 unsigned long nr_migratepages; /* Number of pages to migrate */34 unsigned long free_pfn; /* isolate_freepages search base */35 unsigned long migrate_pfn; /* isolate_migratepages search base */36 bool sync; /* Synchronous migration */39 unsigned long nr_anon;40 unsigned long nr_file;[all …]