Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Duio.h204 size_t copy_from_iter_nocache(void *addr, size_t bytes, struct iov_iter *i) in copy_from_iter_nocache() function
214 size_t copied = copy_from_iter_nocache(addr, bytes, i); in copy_from_iter_full_nocache()
/linux-6.3-rc2/net/core/
A Dskmsg.c392 ret = copy_from_iter_nocache(to, copy, from); in sk_msg_memcopy_from_iter()
/linux-6.3-rc2/kernel/trace/
A Dtrace_events_user.c303 ret = copy_from_iter_nocache(addr, bytes, i); in copy_nofault()
/linux-6.3-rc2/net/tls/
A Dtls_device.c416 if (copy_from_iter_nocache(addr, nocache, i) != nocache) in tls_device_copy_data()

Completed in 12 milliseconds