Home
last modified time | relevance | path

Searched refs:BIO_INLINE_VECS (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/block/
H A Dbio-integrity.c64 inline_vecs = BIO_INLINE_VECS; in bio_integrity_alloc()
468 sizeof(struct bio_vec) * BIO_INLINE_VECS, in bio_integrity_init()
H A Dbio.c169 else if (nr_vecs > BIO_INLINE_VECS) in bvec_free()
505 if (bs->cache && nr_vecs <= BIO_INLINE_VECS) { in bio_alloc_bioset()
555 if (nr_vecs > BIO_INLINE_VECS) { in bio_alloc_bioset()
569 bio_init(bio, bdev, bio->bi_inline_vecs, BIO_INLINE_VECS, opf); in bio_alloc_bioset()
1743 bs->back_pad = BIO_INLINE_VECS * sizeof(struct bio_vec); in bioset_init()
H A Dblk.h73 #define BIO_INLINE_VECS 4 macro
H A Dblk-map.c258 if (rq->cmd_flags & REQ_ALLOC_CACHE && (nr_vecs <= BIO_INLINE_VECS)) { in blk_rq_map_bio_alloc()