Searched refs:pool (Results 1 – 2 of 2) sorted by relevance
/block/ |
D | bio.c | 157 void bvec_free(mempool_t *pool, struct bio_vec *bv, unsigned short nr_vecs) in bvec_free() argument 162 mempool_free(bv, pool); in bvec_free() 177 struct bio_vec *bvec_alloc(mempool_t *pool, unsigned short *nr_vecs, in bvec_alloc() argument 205 return mempool_alloc(pool, gfp_mask); in bvec_alloc() 1557 int biovec_init_pool(mempool_t *pool, int pool_entries) in biovec_init_pool() argument 1561 return mempool_init_slab_pool(pool, pool_entries, bp->slab); in biovec_init_pool()
|
D | blk.h | 79 struct bio_vec *bvec_alloc(mempool_t *pool, unsigned short *nr_vecs, 81 void bvec_free(mempool_t *pool, struct bio_vec *bv, unsigned short nr_vecs);
|