Lines Matching defs:riovcnt
143 * @riovcnt: size of rvec array
153 unsigned long riovcnt,
171 for (i = 0; i < riovcnt; i++) {
215 for (i = 0; i < riovcnt && iov_iter_count(iter) && !rc; i++)
246 * @riovcnt: size of rvec array
258 unsigned long riovcnt,
278 iov_r = iovec_from_user(rvec, riovcnt, UIO_FASTIOV, iovstack_r,
284 rc = process_vm_rw_core(pid, &iter, iov_r, riovcnt, flags, vm_write);
294 unsigned long, riovcnt, unsigned long, flags)
296 return process_vm_rw(pid, lvec, liovcnt, rvec, riovcnt, flags, 0);
302 unsigned long, riovcnt, unsigned long, flags)
304 return process_vm_rw(pid, lvec, liovcnt, rvec, riovcnt, flags, 1);