Searched defs:compact_control (Results 1 – 1 of 1) sorted by relevance
36014 struct compact_control { struct36015 struct list_head freepages;36016 struct list_head migratepages;36017 unsigned int nr_freepages;36018 unsigned int nr_migratepages;36019 long unsigned int free_pfn;36020 long unsigned int migrate_pfn;36021 long unsigned int fast_start_pfn;36022 struct zone *zone;36023 long unsigned int total_migrate_scanned;[all …]