Lines Matching refs:freepages
1074 struct list_head *freelist = &cc->freepages; in isolate_freepages()
1178 if (list_empty(&cc->freepages)) { in compaction_alloc()
1182 if (list_empty(&cc->freepages)) in compaction_alloc()
1186 freepage = list_entry(cc->freepages.next, struct page, lru); in compaction_alloc()
1202 list_add(&page->lru, &cc->freepages); in compaction_free()
1677 unsigned long free_pfn = release_freepages(&cc->freepages); in compact_zone()
1722 INIT_LIST_HEAD(&cc.freepages); in compact_zone_order()
1727 VM_BUG_ON(!list_empty(&cc.freepages)); in compact_zone_order()
1840 INIT_LIST_HEAD(&cc.freepages); in compact_node()
1845 VM_BUG_ON(!list_empty(&cc.freepages)); in compact_node()
1980 INIT_LIST_HEAD(&cc.freepages); in kcompactd_do_work()
2010 VM_BUG_ON(!list_empty(&cc.freepages)); in kcompactd_do_work()