Home
last modified time | relevance | path

Searched refs:nr_bvecs (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/io_uring/
Drsrc.h55 unsigned int nr_bvecs; member
57 struct bio_vec bvec[] __counted_by(nr_bvecs);
Drsrc.c142 for (i = 0; i < imu->nr_bvecs; i++) in io_buffer_unmap()
993 for (j = 0; j < imu->nr_bvecs; j++) { in headpage_already_acct()
1140 imu->nr_bvecs = nr_pages; in io_sqe_buffer_register()
1243 iov_iter_bvec(iter, ddir, imu->bvec, imu->nr_bvecs, offset + len); in io_import_fixed()