Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Duio.h128 size_t copy_from_iter_nocache(void *addr, size_t bytes, struct iov_iter *i) in copy_from_iter_nocache() function
/Linux-v4.19/net/tls/
Dtls_device.c410 if (copy_from_iter_nocache(page_address(pfrag->page) + in tls_push_data()
/Linux-v4.19/kernel/bpf/
Dsockmap.c451 rc = copy_from_iter_nocache(to, copy, from); in memcopy_from_iter()