Home
last modified time | relevance | path

Searched refs:nr_bvecs (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/io_uring/
H A Drsrc.h55 unsigned int nr_bvecs; member
57 struct bio_vec bvec[] __counted_by(nr_bvecs);
H A Drsrc.c141 for (i = 0; i < imu->nr_bvecs; i++) in io_buffer_unmap()
832 for (j = 0; j < imu->nr_bvecs; j++) { in headpage_already_acct()
979 imu->nr_bvecs = nr_pages; in io_sqe_buffer_register()
1082 iov_iter_bvec(iter, ddir, imu->bvec, imu->nr_bvecs, offset + len); in io_import_fixed()
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c205 unsigned int nr_bvecs; member
3131 iov_iter_bvec(iter, rw, imu->bvec, imu->nr_bvecs, offset + len); in __io_import_fixed()
8905 for (i = 0; i < imu->nr_bvecs; i++) in io_buffer_unmap()
9004 for (j = 0; j < imu->nr_bvecs; j++) { in headpage_already_acct()
9139 imu->nr_bvecs = nr_pages; in io_sqe_buffer_register()

Completed in 16 milliseconds