Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Duio.h173 size_t copy_from_iter_nocache(void *addr, size_t bytes, struct iov_iter *i) in copy_from_iter_nocache() function
/OK3568_Linux_fs/kernel/net/core/
H A Dskmsg.c392 ret = copy_from_iter_nocache(to, copy, from); in sk_msg_memcopy_from_iter()
/OK3568_Linux_fs/kernel/net/tls/
H A Dtls_device.c405 if (copy_from_iter_nocache(addr, nocache, i) != nocache) in tls_device_copy_data()