Lines Matching refs:pool
125 static void bounce_end_io(struct bio *bio, mempool_t *pool, int err) in bounce_end_io() argument
143 mempool_free(bvec->bv_page, pool); in bounce_end_io()
161 static void __bounce_end_io_read(struct bio *bio, mempool_t *pool, int err) in __bounce_end_io_read() argument
168 bounce_end_io(bio, pool, err); in __bounce_end_io_read()
200 mempool_t *pool, int force) in __blk_queue_bounce() argument
224 to->bv_page = mempool_alloc(pool, q->bounce_gfp); in __blk_queue_bounce()
243 if (pool == page_pool) { in __blk_queue_bounce()
260 mempool_t *pool; in blk_queue_bounce() local
278 pool = page_pool; in blk_queue_bounce()
281 pool = isa_page_pool; in blk_queue_bounce()
287 __blk_queue_bounce(q, bio_orig, pool, must_bounce); in blk_queue_bounce()