Function report |
Source Code:include\linux\uio.h |
Create Date:2022-07-28 05:47:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:copy_from_iter_nocache
Proto:static __always_inline __must_check size_t copy_from_iter_nocache(void *addr, size_t bytes, struct iov_iter *i)
Type:size_t
Parameter:
Type | Parameter | Name |
---|---|---|
void * | addr | |
size_t | bytes | |
struct iov_iter * | i |
162 | If Value for the false possibility is greater at compile time(!check_copy_size(addr, bytes, false)) Then Return 0 |
164 | Else Return _copy_from_iter_nocache(addr, bytes, i) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |