Searched refs:copy_from_iter_nocache (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Duio.h219 size_t copy_from_iter_nocache(void *addr, size_t bytes, struct iov_iter *i) function
229 size_t copied = copy_from_iter_nocache(addr, bytes, i);
/linux-master/net/tls/
H A Dtls_device.c410 if (copy_from_iter_nocache(addr, nocache, i) != nocache)
/linux-master/net/core/
H A Dskmsg.c392 ret = copy_from_iter_nocache(to, copy, from);
/linux-master/kernel/trace/
H A Dtrace_events_user.c966 ret = copy_from_iter_nocache(addr, bytes, i);

Completed in 112 milliseconds