Searched refs:riovcnt (Results 1 – 2 of 2) sorted by relevance
/linux/mm/ |
A D | process_vm_access.c | 152 unsigned long riovcnt, in process_vm_rw_core() argument 170 for (i = 0; i < riovcnt; i++) { in process_vm_rw_core() 214 for (i = 0; i < riovcnt && iov_iter_count(iter) && !rc; i++) in process_vm_rw_core() 257 unsigned long riovcnt, in process_vm_rw() argument 277 iov_r = iovec_from_user(rvec, riovcnt, UIO_FASTIOV, iovstack_r, in process_vm_rw() 283 rc = process_vm_rw_core(pid, &iter, iov_r, riovcnt, flags, vm_write); in process_vm_rw() 293 unsigned long, riovcnt, unsigned long, flags) in SYSCALL_DEFINE6() argument 295 return process_vm_rw(pid, lvec, liovcnt, rvec, riovcnt, flags, 0); in SYSCALL_DEFINE6() 301 unsigned long, riovcnt, unsigned long, flags) in SYSCALL_DEFINE6() argument 303 return process_vm_rw(pid, lvec, liovcnt, rvec, riovcnt, flags, 1); in SYSCALL_DEFINE6()
|
/linux/include/linux/ |
A D | syscalls.h | 988 unsigned long riovcnt, 994 unsigned long riovcnt,
|
Completed in 5 milliseconds