Home
last modified time | relevance | path

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

/linux-4.1.27/block/
Dbio.c254 bvec_free(bs->bvec_pool, bio->bi_io_vec, BIO_POOL_IDX(bio)); in bio_free()
431 if (WARN_ON_ONCE(!bs->bvec_pool && nr_iovecs > 0)) in bio_alloc_bioset()
475 bvl = bvec_alloc(gfp_mask, nr_iovecs, &idx, bs->bvec_pool); in bio_alloc_bioset()
479 bvl = bvec_alloc(gfp_mask, nr_iovecs, &idx, bs->bvec_pool); in bio_alloc_bioset()
1898 if (bs->bvec_pool) in bioset_free()
1899 mempool_destroy(bs->bvec_pool); in bioset_free()
1936 bs->bvec_pool = biovec_create_pool(pool_size); in __bioset_create()
1937 if (!bs->bvec_pool) in __bioset_create()
/linux-4.1.27/include/linux/
Dbio.h662 mempool_t *bvec_pool; member