bioset_create (9) Linux Manual Page
bioset_create – Create a bio_set Synopsis struct bio_set *bioset_create(unsigned int pool_size, unsigned int front_pad); Arguments pool_size Number of bio and bio_vecs to cache in the mempool front_pad Number of bytes to allocate in front of the returned bio Description Set up a bio_set to be used with bio_alloc_bioset. Allows the caller to ask for a…
