Searched refs:_copy_from_iter_flushcache (Results 1 – 3 of 3) sorted by relevance
203 size_t _copy_from_iter_flushcache(void *addr, size_t bytes, struct iov_iter *i);205 #define _copy_from_iter_flushcache _copy_from_iter_nocache macro220 return _copy_from_iter_flushcache(addr, bytes, i); in copy_from_iter_flushcache()
313 return _copy_from_iter_flushcache(addr, bytes, i); in pmem_copy_from_iter()
808 size_t _copy_from_iter_flushcache(void *addr, size_t bytes, struct iov_iter *i) in _copy_from_iter_flushcache() function821 EXPORT_SYMBOL_GPL(_copy_from_iter_flushcache);
Completed in 8 milliseconds