Searched refs:nr_iovecs (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/md/ |
| H A D | dm-flakey.c | 431 unsigned size, remaining_size, nr_iovecs, order; in clone_bio() local 438 nr_iovecs = (size + PAGE_SIZE - 1) >> PAGE_SHIFT; in clone_bio() 440 clone = bio_kmalloc(nr_iovecs, GFP_NOIO | __GFP_NORETRY | __GFP_NOWARN); in clone_bio() 444 bio_init_inline(clone, fc->dev->bdev, nr_iovecs, bio->bi_opf); in clone_bio()
|
| /linux/tools/include/io_uring/ |
| H A D | mini_liburing.h | 278 unsigned int nr_iovecs) in io_uring_register_buffers() argument 283 IORING_REGISTER_BUFFERS, iovecs, nr_iovecs); in io_uring_register_buffers()
|
| /linux/net/rds/ |
| H A D | rdma.c | 528 static int rds_rdma_pages(struct rds_iovec iov[], int nr_iovecs) 535 for (i = 0; i < nr_iovecs; i++) { in rds_rdma_pages() 532 rds_rdma_pages(struct rds_iovec iov[],int nr_iovecs) rds_rdma_pages() argument
|