Searched refs:nr_populated (Results 1 – 3 of 3) sorted by relevance
85 int nr_populated; /* # of populated pages */ member
4567 int nr_populated = 0, nr_account = 0; in alloc_pages_bulk_noprof() local4573 while (page_array && nr_populated < nr_pages && page_array[nr_populated]) in alloc_pages_bulk_noprof()4574 nr_populated++; in alloc_pages_bulk_noprof()4581 if (unlikely(page_array && nr_pages - nr_populated == 0)) in alloc_pages_bulk_noprof()4589 if (nr_pages - nr_populated == 1) in alloc_pages_bulk_noprof()4660 while (nr_populated < nr_pages) { in alloc_pages_bulk_noprof()4663 if (page_array && page_array[nr_populated]) { in alloc_pages_bulk_noprof()4664 nr_populated++; in alloc_pages_bulk_noprof()4684 page_array[nr_populated] = page; in alloc_pages_bulk_noprof()4685 nr_populated++; in alloc_pages_bulk_noprof()[all …]
1404 chunk->nr_populated = chunk->nr_pages; in pcpu_alloc_first_chunk() 1528 chunk->nr_populated += nr; in pcpu_chunk_populated() 1552 chunk->nr_populated -= nr; in pcpu_chunk_depopulated() 2045 nr_unpop = chunk->nr_pages - chunk->nr_populated; in pcpu_balance_populated()