Searched refs:pool (Results 1 – 2 of 2) sorted by relevance
126 static void bounce_end_io(struct bio *bio, mempool_t *pool) in bounce_end_io() argument143 mempool_free(bvec->bv_page, pool); in bounce_end_io()162 static void __bounce_end_io_read(struct bio *bio, mempool_t *pool) in __bounce_end_io_read() argument169 bounce_end_io(bio, pool); in __bounce_end_io_read()183 mempool_t *pool) in __blk_queue_bounce() argument205 to->bv_page = mempool_alloc(pool, q->bounce_gfp); in __blk_queue_bounce()224 if (pool == page_pool) { in __blk_queue_bounce()240 mempool_t *pool; in blk_queue_bounce() local256 pool = page_pool; in blk_queue_bounce()259 pool = isa_page_pool; in blk_queue_bounce()[all …]
161 void bvec_free(mempool_t *pool, struct bio_vec *bv, unsigned int idx) in bvec_free() argument166 mempool_free(bv, pool); in bvec_free()175 mempool_t *pool) in bvec_alloc() argument211 bvl = mempool_alloc(pool, gfp_mask); in bvec_alloc()