Searched defs:nr_vecs (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/block/ |
H A D | bio.c | 39 int nr_vecs; member 49 static struct biovec_slab *biovec_slab(unsigned short nr_vecs) in biovec_slab() argument 163 void bvec_free(mempool_t *pool, struct bio_vec *bv, unsigned short nr_vecs) in bvec_free() argument 183 bvec_alloc(mempool_t * pool,unsigned short * nr_vecs,gfp_t gfp_mask) bvec_alloc() argument 433 bio_alloc_percpu_cache(struct block_device * bdev,unsigned short nr_vecs,blk_opf_t opf,gfp_t gfp,struct bio_set * bs) bio_alloc_percpu_cache() argument 492 bio_alloc_bioset(struct block_device * bdev,unsigned short nr_vecs,blk_opf_t opf,gfp_t gfp_mask,struct bio_set * bs) bio_alloc_bioset() argument 599 bio_kmalloc(unsigned short nr_vecs,gfp_t gfp_mask) bio_kmalloc() argument [all...] |
H A D | blk-map.c | 254 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 D | bio-integrity.c | 50 unsigned int nr_vecs) in bio_integrity_alloc()
|
/openbmc/linux/drivers/virt/nitro_enclaves/ |
H A D | ne_pci_dev.c | 298 int nr_vecs = 0; in ne_setup_msix() local
|
/openbmc/linux/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_isr.c | 294 int nr_vecs, vec, cpu; in nitrox_register_interrupts() local
|
/openbmc/linux/fs/nilfs2/ |
H A D | segbuf.c | 26 int nr_vecs; member
|
/openbmc/linux/fs/iomap/ |
H A D | direct-io.c | 56 struct iomap_dio *dio, unsigned short nr_vecs, blk_opf_t opf) in iomap_dio_alloc_bio()
|
H A D | buffered-io.c | 371 unsigned int nr_vecs = DIV_ROUND_UP(length, PAGE_SIZE); in iomap_readpage_iter() local
|
/openbmc/linux/drivers/target/ |
H A D | target_core_pscsi.c | 833 int nr_vecs = 0, rc; in pscsi_map_sg() local
|
/openbmc/linux/fs/btrfs/ |
H A D | bio.c | 62 struct btrfs_bio *btrfs_bio_alloc(unsigned int nr_vecs, blk_opf_t opf, in btrfs_bio_alloc()
|
/openbmc/linux/fs/ |
H A D | direct-io.c | 397 sector_t first_sector, int nr_vecs) in dio_bio_alloc()
|
/openbmc/linux/include/linux/ |
H A D | bio.h | 433 unsigned short nr_vecs, blk_opf_t opf, gfp_t gfp_mask) in bio_alloc()
|