Searched refs:bvec_pool (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/nvme/target/ |
| H A D | io-cmd-file.c | 34 mempool_destroy(ns->bvec_pool); in nvmet_file_ns_disable() 35 ns->bvec_pool = NULL; in nvmet_file_ns_disable() 79 ns->bvec_pool = mempool_create(NVMET_MIN_MPOOL_OBJ, mempool_alloc_slab, in nvmet_file_ns_enable() 82 if (!ns->bvec_pool) { in nvmet_file_ns_enable() 138 mempool_free(req->f.bvec, req->ns->bvec_pool); in nvmet_file_io_done() 263 req->f.bvec = mempool_alloc(req->ns->bvec_pool, GFP_KERNEL); in nvmet_file_execute_rw()
|
| H A D | nvmet.h | 77 mempool_t *bvec_pool; member
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | bio.c | 258 bvec_free(&bs->bvec_pool, bio->bi_io_vec, BVEC_POOL_IDX(bio)); in bio_free() 456 if (WARN_ON_ONCE(!mempool_initialized(&bs->bvec_pool) && in bio_alloc_bioset() 506 bvl = bvec_alloc(gfp_mask, nr_iovecs, &idx, &bs->bvec_pool); in bio_alloc_bioset() 510 bvl = bvec_alloc(gfp_mask, nr_iovecs, &idx, &bs->bvec_pool); in bio_alloc_bioset() 1556 mempool_exit(&bs->bvec_pool); in bioset_exit() 1607 biovec_init_pool(&bs->bvec_pool, pool_size)) in bioset_init() 1633 if (src->bvec_pool.min_nr) in bioset_init_from_src()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bio.h | 688 mempool_t bvec_pool; member
|