Lines Matching refs:nr_allocated
2319 unsigned long nr_allocated; in alloc_pages_bulk_array_interleave() local
2328 nr_allocated = __alloc_pages_bulk(gfp, in alloc_pages_bulk_array_interleave()
2334 nr_allocated = __alloc_pages_bulk(gfp, in alloc_pages_bulk_array_interleave()
2339 page_array += nr_allocated; in alloc_pages_bulk_array_interleave()
2340 total_allocated += nr_allocated; in alloc_pages_bulk_array_interleave()
2351 unsigned long nr_allocated = 0; in alloc_pages_bulk_array_preferred_many() local
2356 nr_allocated = __alloc_pages_bulk(preferred_gfp, nid, &pol->nodes, in alloc_pages_bulk_array_preferred_many()
2359 if (nr_allocated < nr_pages) in alloc_pages_bulk_array_preferred_many()
2360 nr_allocated += __alloc_pages_bulk(gfp, numa_node_id(), NULL, in alloc_pages_bulk_array_preferred_many()
2361 nr_pages - nr_allocated, NULL, in alloc_pages_bulk_array_preferred_many()
2362 page_array + nr_allocated); in alloc_pages_bulk_array_preferred_many()
2363 return nr_allocated; in alloc_pages_bulk_array_preferred_many()