Home
last modified time | relevance | path

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

/linux-6.3-rc2/mm/
A Dcompaction.c1367 isolate_freepages_block(cc, &start_pfn, end_pfn, &cc->freepages, 1, false); in fast_isolate_around()
1498 list_add_tail(&page->lru, &cc->freepages); in fast_isolate_freepages()
1566 struct list_head *freelist = &cc->freepages; in isolate_freepages()
1681 if (list_empty(&cc->freepages)) { in compaction_alloc()
1684 if (list_empty(&cc->freepages)) in compaction_alloc()
1688 freepage = list_entry(cc->freepages.next, struct page, lru); in compaction_alloc()
1704 list_add(&page->lru, &cc->freepages); in compaction_free()
2316 INIT_LIST_HEAD(&cc->freepages); in compact_zone()
2496 unsigned long free_pfn = release_freepages(&cc->freepages); in compact_zone()
2515 VM_BUG_ON(!list_empty(&cc->freepages)); in compact_zone()
A Dinternal.h420 struct list_head freepages; /* List of free pages to migrate to */ member
/linux-6.3-rc2/drivers/infiniband/hw/vmw_pvrdma/
A Dpvrdma_mr.c235 goto freepages; in pvrdma_alloc_mr()
263 freepages: in pvrdma_alloc_mr()

Completed in 13 milliseconds