Searched refs:riovcnt (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/mm/ |
D | process_vm_access.c | 157 unsigned long riovcnt, in process_vm_rw_core() argument 175 for (i = 0; i < riovcnt; i++) { in process_vm_rw_core() 219 for (i = 0; i < riovcnt && iov_iter_count(iter) && !rc; i++) in process_vm_rw_core() 262 unsigned long riovcnt, in process_vm_rw() argument 283 rc = rw_copy_check_uvector(CHECK_IOVEC_ONLY, rvec, riovcnt, UIO_FASTIOV, in process_vm_rw() 288 rc = process_vm_rw_core(pid, &iter, iov_r, riovcnt, flags, vm_write); in process_vm_rw() 300 unsigned long, riovcnt, unsigned long, flags) in SYSCALL_DEFINE6() argument 302 return process_vm_rw(pid, lvec, liovcnt, rvec, riovcnt, flags, 0); in SYSCALL_DEFINE6() 308 unsigned long, riovcnt, unsigned long, flags) in SYSCALL_DEFINE6() argument 310 return process_vm_rw(pid, lvec, liovcnt, rvec, riovcnt, flags, 1); in SYSCALL_DEFINE6() [all …]
|
/Linux-v4.19/include/linux/ |
D | compat.h | 895 compat_ulong_t riovcnt, compat_ulong_t flags); 899 compat_ulong_t riovcnt, compat_ulong_t flags);
|
D | syscalls.h | 859 unsigned long riovcnt, 865 unsigned long riovcnt,
|