Home
last modified time | relevance | path

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

/openbmc/linux/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()
833 for (j = 0; j < imu->nr_bvecs; j++) { in headpage_already_acct()
980 imu->nr_bvecs = nr_pages; in io_sqe_buffer_register()
1083 iov_iter_bvec(iter, ddir, imu->bvec, imu->nr_bvecs, offset + len); in io_import_fixed()