Home
last modified time | relevance | path

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

/block/
Dbounce.c162 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()
[all …]
Dbio.c155 void bvec_free(mempool_t *pool, struct bio_vec *bv, unsigned int idx) in bvec_free() argument
164 mempool_free(bv, pool); in bvec_free()
173 mempool_t *pool) in bvec_alloc() argument
209 bvl = mempool_alloc(pool, gfp_mask); in bvec_alloc()
1537 int biovec_init_pool(mempool_t *pool, int pool_entries) in biovec_init_pool() argument
1541 return mempool_init_slab_pool(pool, pool_entries, bp->slab); in biovec_init_pool()