Searched refs:BIO_INLINE_VECS (Results 1 – 1 of 1) sorted by relevance
38 #define BIO_INLINE_VECS 4 macro206 else if (bio->bi_max_vecs > BIO_INLINE_VECS) in bio_free()549 if (bs->cache && nr_vecs <= BIO_INLINE_VECS) { in bio_alloc_bioset()571 if (bio && nr_vecs > BIO_INLINE_VECS) { in bio_alloc_bioset()604 if (nr_vecs > BIO_INLINE_VECS) { in bio_alloc_bioset()610 if (nr_vecs && nr_vecs <= BIO_INLINE_VECS) in bio_alloc_bioset()2083 bs->back_pad = BIO_INLINE_VECS * sizeof(struct bio_vec); in bioset_init()