Lines Matching defs:pool
63 pr_info("pool size: %d pages\n", POOL_SIZE);
93 * allocate pages in the DMA region for the ISA pool
104 * as the max address, so check if the pool has already been created.
121 pr_info("isa pool size: %d pages\n", ISA_POOL_SIZE);
162 static void bounce_end_io(struct bio *bio, mempool_t *pool)
176 mempool_free(bvec->bv_page, pool);
197 static void __bounce_end_io_read(struct bio *bio, mempool_t *pool)
204 bounce_end_io(bio, pool);
288 mempool_t *pool)
328 to->bv_page = mempool_alloc(pool, q->bounce_gfp);
347 if (pool == &page_pool) {
363 mempool_t *pool;
379 pool = &page_pool;
382 pool = &isa_page_pool;
388 __blk_queue_bounce(q, bio_orig, pool);