Searched refs:copy_from_iter_nocache (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| A D | uio.h | 244 size_t copy_from_iter_nocache(void *addr, size_t bytes, struct iov_iter *i) in copy_from_iter_nocache() function 254 size_t copied = copy_from_iter_nocache(addr, bytes, i); in copy_from_iter_full_nocache()
|
| /linux/net/tls/ |
| A D | tls_device.c | 407 if (copy_from_iter_nocache(addr, nocache, i) != nocache) in tls_device_copy_data()
|
| /linux/net/core/ |
| A D | skmsg.c | 392 ret = copy_from_iter_nocache(to, copy, from); in sk_msg_memcopy_from_iter()
|
| /linux/kernel/trace/ |
| A D | trace_events_user.c | 966 ret = copy_from_iter_nocache(addr, bytes, i); in copy_nofault()
|
Completed in 14 milliseconds