Home
last modified time | relevance | path

Searched refs:freepages (Results 1 – 3 of 3) sorted by relevance

/linux/mm/
A Dcompaction.c1481 list_add_tail(&page->lru, &cc->freepages); in fast_isolate_freepages()
1549 struct list_head *freelist = &cc->freepages; in isolate_freepages()
1664 if (list_empty(&cc->freepages)) { in compaction_alloc()
1667 if (list_empty(&cc->freepages)) in compaction_alloc()
1671 freepage = list_entry(cc->freepages.next, struct page, lru); in compaction_alloc()
1687 list_add(&page->lru, &cc->freepages); in compaction_free()
2292 INIT_LIST_HEAD(&cc->freepages); in compact_zone()
2521 VM_BUG_ON(!list_empty(&cc.freepages)); in compact_zone_order()
2655 VM_BUG_ON(!list_empty(&cc.freepages)); in proactive_compact_node()
2685 VM_BUG_ON(!list_empty(&cc.freepages)); in compact_node()
[all …]
A Dinternal.h273 struct list_head freepages; /* List of free pages to migrate to */ member
/linux/drivers/infiniband/hw/vmw_pvrdma/
A Dpvrdma_mr.c235 goto freepages; in pvrdma_alloc_mr()
263 freepages: in pvrdma_alloc_mr()

Completed in 12 milliseconds