Home
last modified time | relevance | path

Searched defs:nr_vecs (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/block/
H A Dbio.c39 int nr_vecs; member
49 static struct biovec_slab *biovec_slab(unsigned short nr_vecs) in biovec_slab()
163 void bvec_free(mempool_t *pool, struct bio_vec *bv, unsigned short nr_vecs) in bvec_free()
183 struct bio_vec *bvec_alloc(mempool_t *pool, unsigned short *nr_vecs, in bvec_alloc()
433 unsigned short nr_vecs, blk_opf_t opf, gfp_t gfp, in bio_alloc_percpu_cache()
492 struct bio *bio_alloc_bioset(struct block_device *bdev, unsigned short nr_vecs, in bio_alloc_bioset()
599 struct bio *bio_kmalloc(unsigned short nr_vecs, gfp_t gfp_mask) in bio_kmalloc()
H A Dblk-map.c254 unsigned int nr_vecs, gfp_t gfp_mask) in blk_rq_map_bio_alloc()
277 unsigned int nr_vecs = iov_iter_npages(iter, BIO_MAX_VECS); in bio_map_user_iov() local
H A Dbio-integrity.c50 unsigned int nr_vecs) in bio_integrity_alloc()
/openbmc/linux/drivers/virt/nitro_enclaves/
H A Dne_pci_dev.c298 int nr_vecs = 0; in ne_setup_msix() local
/openbmc/linux/drivers/crypto/cavium/nitrox/
H A Dnitrox_isr.c294 int nr_vecs, vec, cpu; in nitrox_register_interrupts() local
/openbmc/linux/fs/nilfs2/
H A Dsegbuf.c26 int nr_vecs; member
/openbmc/linux/fs/iomap/
H A Ddirect-io.c56 struct iomap_dio *dio, unsigned short nr_vecs, blk_opf_t opf) in iomap_dio_alloc_bio()
H A Dbuffered-io.c370 unsigned int nr_vecs = DIV_ROUND_UP(length, PAGE_SIZE); in iomap_readpage_iter() local
/openbmc/linux/drivers/target/
H A Dtarget_core_pscsi.c833 int nr_vecs = 0, rc; in pscsi_map_sg() local
/openbmc/linux/fs/btrfs/
H A Dbio.c62 struct btrfs_bio *btrfs_bio_alloc(unsigned int nr_vecs, blk_opf_t opf, in btrfs_bio_alloc()
/openbmc/linux/fs/
H A Ddirect-io.c397 sector_t first_sector, int nr_vecs) in dio_bio_alloc()
/openbmc/linux/include/linux/
H A Dbio.h433 unsigned short nr_vecs, blk_opf_t opf, gfp_t gfp_mask) in bio_alloc()