Home
last modified time | relevance | path

Searched refs:start_order (Results 1 – 2 of 2) sorted by relevance

/linux/mm/
H A Dcompaction.c1839 int start_order; in compaction_alloc_noprof() local
1844 for (start_order = order; start_order < NR_PAGE_ORDERS; start_order++) in compaction_alloc_noprof()
1845 if (!list_empty(&cc->freepages[start_order])) in compaction_alloc_noprof()
1849 if (start_order == NR_PAGE_ORDERS) { in compaction_alloc_noprof()
1857 freepage = list_first_entry(&cc->freepages[start_order], struct page, in compaction_alloc_noprof()
1859 size = 1 << start_order; in compaction_alloc_noprof()
1863 while (start_order > order) { in compaction_alloc_noprof()
1864 start_order--; in compaction_alloc_noprof()
1867 list_add(&freepage[size].lru, &cc->freepages[start_order]); in compaction_alloc_noprof()
1868 set_page_private(&freepage[size], start_order); in compaction_alloc_noprof()
H A Dpage_alloc.c1818 int start_order, int migratetype) in change_pageblock_range() argument
1820 int nr_pageblocks = 1 << (start_order - pageblock_order); in change_pageblock_range()