Searched refs:_copy_from_iter_nocache (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | uio.h | 142 size_t _copy_from_iter_nocache(void *addr, size_t bytes, struct iov_iter *i); 178 return _copy_from_iter_nocache(addr, bytes, i); in copy_from_iter_nocache() 199 #define _copy_from_iter_flushcache _copy_from_iter_nocache
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | uio.h | 180 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() 244 * _copy_from_iter_flushcache() than _copy_from_iter_nocache() must check for 250 #define _copy_from_iter_flushcache _copy_from_iter_nocache
|
/kernel/linux/linux-5.10/lib/ |
H A D | iov_iter.c | 800 size_t _copy_from_iter_nocache(void *addr, size_t bytes, struct iov_iter *i) in _copy_from_iter_nocache() function 817 EXPORT_SYMBOL(_copy_from_iter_nocache); variable 829 * _copy_from_iter_nocache() in that guarantees all data is flushed for 830 * all iterator types. The _copy_from_iter_nocache() only attempts to
|
/kernel/linux/linux-6.6/lib/ |
H A D | iov_iter.c | 399 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); variable 423 * _copy_from_iter_nocache() in that guarantees all data is flushed for 424 * all iterator types. The _copy_from_iter_nocache() only attempts to
|
Completed in 7 milliseconds