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

/linux-master/include/linux/
H A Duio.h175 size_t _copy_from_iter_nocache(void *addr, size_t bytes, struct iov_iter *i);
222 return _copy_from_iter_nocache(addr, bytes, i);
239 * _copy_from_iter_flushcache() than _copy_from_iter_nocache() must check for
245 #define _copy_from_iter_flushcache _copy_from_iter_nocache
/linux-master/lib/
H A Diov_iter.c271 size_t _copy_from_iter_nocache(void *addr, size_t bytes, struct iov_iter *i) function
280 EXPORT_SYMBOL(_copy_from_iter_nocache); variable
307 * _copy_from_iter_nocache() in that guarantees all data is flushed for
308 * all iterator types. The _copy_from_iter_nocache() only attempts to

Completed in 168 milliseconds