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

/linux-master/drivers/crypto/cavium/nitrox/
H A Dnitrox_isr.c294 int nr_vecs, vec, cpu; local
311 dev_err(DEV(ndev), "Error in getting vec count %d\n", nr_vecs); local
318 dev_err(DEV(ndev), "msix vectors %d alloc failed\n", nr_vecs); local
[all...]
/linux-master/drivers/virt/nitro_enclaves/
H A Dne_pci_dev.c298 int nr_vecs = 0; local
/linux-master/block/
H A Dblk-map.c277 unsigned int nr_vecs = iov_iter_npages(iter, BIO_MAX_VECS); local
253 blk_rq_map_bio_alloc(struct request *rq, unsigned int nr_vecs, gfp_t gfp_mask) argument
H A Dbio-integrity.c94 static void bio_integrity_unpin_bvec(struct bio_vec *bv, int nr_vecs, argument
108 unsigned short nr_vecs local
48 bio_integrity_alloc(struct bio *bio, gfp_t gfp_mask, unsigned int nr_vecs) argument
206 bio_integrity_copy_user(struct bio *bio, struct bio_vec *bvec, int nr_vecs, unsigned int len, unsigned int direction, u32 seed) argument
265 bio_integrity_init_user(struct bio *bio, struct bio_vec *bvec, int nr_vecs, unsigned int len, u32 seed) argument
281 bvec_from_pages(struct bio_vec *bvec, struct page **pages, int nr_vecs, ssize_t bytes, ssize_t offset) argument
320 int ret, nr_vecs; local
[all...]
H A Dbio.c38 int nr_vecs; member in struct:biovec_slab
48 static struct biovec_slab *biovec_slab(unsigned short nr_vecs) argument
162 void bvec_free(mempool_t *pool, struct bio_vec *bv, unsigned short nr_vecs) argument
182 bvec_alloc(mempool_t *pool, unsigned short *nr_vecs, gfp_t gfp_mask) argument
432 bio_alloc_percpu_cache(struct block_device *bdev, unsigned short nr_vecs, blk_opf_t opf, gfp_t gfp, struct bio_set *bs) 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) argument
599 bio_kmalloc(unsigned short nr_vecs, gfp_t gfp_mask) argument
[all...]
/linux-master/fs/iomap/
H A Ddirect-io.c55 iomap_dio_alloc_bio(const struct iomap_iter *iter, struct iomap_dio *dio, unsigned short nr_vecs, blk_opf_t opf) argument
H A Dbuffered-io.c411 unsigned int nr_vecs = DIV_ROUND_UP(length, PAGE_SIZE); local
/linux-master/fs/nilfs2/
H A Dsegbuf.c26 int nr_vecs; member in struct:nilfs_write_info
/linux-master/drivers/target/
H A Dtarget_core_pscsi.c833 int nr_vecs = 0, rc; local
/linux-master/fs/btrfs/
H A Dbio.c61 struct btrfs_bio *btrfs_bio_alloc(unsigned int nr_vecs, blk_opf_t opf, argument
/linux-master/fs/
H A Ddirect-io.c395 dio_bio_alloc(struct dio *dio, struct dio_submit *sdio, struct block_device *bdev, sector_t first_sector, int nr_vecs) argument
/linux-master/include/linux/
H A Dbio.h434 bio_alloc(struct block_device *bdev, unsigned short nr_vecs, blk_opf_t opf, gfp_t gfp_mask) argument

Completed in 173 milliseconds