Home
last modified time | relevance | path

Searched refs:_copy_from_iter_nocache (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Duio.h180 size_t _copy_from_iter_nocache(void *addr, size_t bytes, struct iov_iter *i);
227 return _copy_from_iter_nocache(addr, bytes, i); in copy_from_iter_nocache()
250 #define _copy_from_iter_flushcache _copy_from_iter_nocache
/openbmc/linux/lib/
H A Diov_iter.c399 size_t _copy_from_iter_nocache(void *addr, size_t bytes, struct iov_iter *i) in _copy_from_iter_nocache() function
411 EXPORT_SYMBOL(_copy_from_iter_nocache);