Searched refs:freepages (Results 1 – 2 of 2) sorted by relevance
941 struct list_head *freelist = &cc->freepages; in isolate_freepages()1049 if (list_empty(&cc->freepages)) { in compaction_alloc()1053 if (list_empty(&cc->freepages)) in compaction_alloc()1057 freepage = list_entry(cc->freepages.next, struct page, lru); in compaction_alloc()1073 list_add(&page->lru, &cc->freepages); in compaction_free()1455 unsigned long free_pfn = release_freepages(&cc->freepages); in compact_zone()1493 INIT_LIST_HEAD(&cc.freepages); in compact_zone_order()1498 VM_BUG_ON(!list_empty(&cc.freepages)); in compact_zone_order()1638 INIT_LIST_HEAD(&cc->freepages); in __compact_pgdat()1659 VM_BUG_ON(!list_empty(&cc->freepages)); in __compact_pgdat()
199 struct list_head freepages; /* List of free pages to migrate to */ member