Searched refs:freepages (Results 1 – 2 of 2) sorted by relevance
904 struct list_head *freelist = &cc->freepages; in isolate_freepages()1007 if (list_empty(&cc->freepages)) { in compaction_alloc()1011 if (list_empty(&cc->freepages)) in compaction_alloc()1015 freepage = list_entry(cc->freepages.next, struct page, lru); in compaction_alloc()1031 list_add(&page->lru, &cc->freepages); in compaction_free()1418 unsigned long free_pfn = release_freepages(&cc->freepages); in compact_zone()1453 INIT_LIST_HEAD(&cc.freepages); in compact_zone_order()1458 VM_BUG_ON(!list_empty(&cc.freepages)); in compact_zone_order()1598 INIT_LIST_HEAD(&cc->freepages); in __compact_pgdat()1618 VM_BUG_ON(!list_empty(&cc->freepages)); in __compact_pgdat()
179 struct list_head freepages; /* List of free pages to migrate to */ member