Home
last modified time | relevance | path

Searched refs:pool (Results 1 – 2 of 2) sorted by relevance

/block/
Dbounce.c126 static void bounce_end_io(struct bio *bio, mempool_t *pool) in bounce_end_io() argument
143 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() argument
169 bounce_end_io(bio, pool); in __bounce_end_io_read()
183 mempool_t *pool) in __blk_queue_bounce() argument
205 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() local
256 pool = page_pool; in blk_queue_bounce()
259 pool = isa_page_pool; in blk_queue_bounce()
[all …]
Dbio.c161 void bvec_free(mempool_t *pool, struct bio_vec *bv, unsigned int idx) in bvec_free() argument
166 mempool_free(bv, pool); in bvec_free()
175 mempool_t *pool) in bvec_alloc() argument
211 bvl = mempool_alloc(pool, gfp_mask); in bvec_alloc()