Lines Matching refs:pool
162 static void bounce_end_io(struct bio *bio, mempool_t *pool) in bounce_end_io() argument
176 mempool_free(bvec->bv_page, pool); in bounce_end_io()
197 static void __bounce_end_io_read(struct bio *bio, mempool_t *pool) in __bounce_end_io_read() argument
204 bounce_end_io(bio, pool); in __bounce_end_io_read()
288 mempool_t *pool) in __blk_queue_bounce() argument
328 to->bv_page = mempool_alloc(pool, q->bounce_gfp); in __blk_queue_bounce()
347 if (pool == &page_pool) { in __blk_queue_bounce()
363 mempool_t *pool; in blk_queue_bounce() local
379 pool = &page_pool; in blk_queue_bounce()
382 pool = &isa_page_pool; in blk_queue_bounce()
388 __blk_queue_bounce(q, bio_orig, pool); in blk_queue_bounce()