Lines Matching defs:riovcnt
142 * @riovcnt: size of rvec array
152 unsigned long riovcnt,
170 for (i = 0; i < riovcnt; i++) {
214 for (i = 0; i < riovcnt && iov_iter_count(iter) && !rc; i++)
245 * @riovcnt: size of rvec array
257 unsigned long riovcnt,
277 iov_r = iovec_from_user(rvec, riovcnt, UIO_FASTIOV, iovstack_r,
283 rc = process_vm_rw_core(pid, &iter, iov_r, riovcnt, flags, vm_write);
293 unsigned long, riovcnt, unsigned long, flags)
295 return process_vm_rw(pid, lvec, liovcnt, rvec, riovcnt, flags, 0);
301 unsigned long, riovcnt, unsigned long, flags)
303 return process_vm_rw(pid, lvec, liovcnt, rvec, riovcnt, flags, 1);