Searched refs:bvec_pool (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/nvme/target/ ! |
| H A D | io-cmd-file.c | 26 mempool_destroy(ns->bvec_pool); in nvmet_file_ns_disable() 27 ns->bvec_pool = NULL; in nvmet_file_ns_disable() 59 ns->bvec_pool = mempool_create(NVMET_MIN_MPOOL_OBJ, mempool_alloc_slab, in nvmet_file_ns_enable() 62 if (!ns->bvec_pool) { in nvmet_file_ns_enable() 112 mempool_free(req->f.bvec, req->ns->bvec_pool); in nvmet_file_io_done() 237 req->f.bvec = mempool_alloc(req->ns->bvec_pool, GFP_KERNEL); in nvmet_file_execute_rw()
|
| H A D | nvmet.h | 122 mempool_t *bvec_pool; member
|
| /linux/drivers/md/dm-pcache/ ! |
| H A D | backing_dev.c | 17 mempool_exit(&backing_dev->bvec_pool); in backing_dev_exit() 31 ret = mempool_init_slab_pool(&backing_dev->bvec_pool, 128, backing_bvec_cache); in backing_dev_init() 98 mempool_free(backing_req->kmem.bvecs, &backing_dev->bvec_pool); in backing_dev_req_end() 236 backing_req->kmem.bvecs = mempool_alloc(&backing_dev->bvec_pool, opts->gfp_mask); in kmem_type_req_alloc()
|
| H A D | backing_dev.h | 47 mempool_t bvec_pool; member
|
| /linux/block/ ! |
| H A D | bio.c | 236 bvec_free(&bs->bvec_pool, bio->bi_io_vec, bio->bi_max_vecs); in bio_free() 558 if (WARN_ON_ONCE(!mempool_initialized(&bs->bvec_pool) && nr_vecs > 0)) in bio_alloc_bioset() 613 bvl = bvec_alloc(&bs->bvec_pool, &nr_vecs, gfp_mask); in bio_alloc_bioset() 617 bvl = bvec_alloc(&bs->bvec_pool, &nr_vecs, gfp_mask); in bio_alloc_bioset() 1902 mempool_exit(&bs->bvec_pool); in bioset_exit() 1954 biovec_init_pool(&bs->bvec_pool, pool_size)) in bioset_init()
|
| /linux/include/linux/ ! |
| H A D | bio.h | 681 mempool_t bvec_pool; member
|