函数逻辑报告 |
Source Code:include\linux\uio.h |
Create Date:2022-07-27 06:47:31 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:copy_from_iter_full
函数原型:static __always_inline __must_check bool copy_from_iter_full(void *addr, size_t bytes, struct iov_iter *i)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
void * | addr | |
size_t | bytes | |
struct iov_iter * | i |
153 | 如果此条件成立可能性小(为编译器优化)(!check_copy_size(addr, bytes, false))则返回:false |
155 | 否则返回:_copy_from_iter_full(addr, bytes, i) |
名称 | 描述 |
---|---|
generic_load_microcode | |
devkmsg_write | |
keyctl_instantiate_key_common | Instantiate a key with the specified payload and link the key into the* destination keyring if one is given.* The caller must have the appropriate instantiation permit set for this to* work (see keyctl_assume_authority). No other permissions are required. |
skb_add_data | |
memcpy_from_msg | |
skb_do_copy_data_nocache |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |