Lines Matching refs:bulk
593 const int bulk = PP_ALLOC_CACHE_REFILL;
605 /* Don't support bulk alloc for high-order pages */
614 memset(&pool->alloc.cache, 0, sizeof(void *) * bulk);
616 nr_pages = alloc_pages_bulk_node(gfp, pool->p.nid, bulk,
924 netmem_ref *bulk,
934 if (__ptr_ring_produce(&pool->ring, (__force void *)bulk[i])) {
953 page_pool_return_netmem(pool, bulk[i]);
983 netmem_ref bulk[XDP_BULK_QUEUE_SIZE];
1009 /* Approved for bulk recycling in ptr_ring cache */
1011 bulk[bulk_len++] = netmem;
1015 page_pool_recycle_ring_bulk(pool, bulk, bulk_len);