函数逻辑报告 |
Source Code:include\linux\thread_info.h |
Create Date:2022-07-27 06:39:12 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:check_object_size
函数原型:static inline void check_object_size(const void *ptr, unsigned long n, bool to_user)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
const void * | ptr | |
unsigned long | n | |
bool | to_user |
NULL
名称 | 描述 |
---|---|
strncpy_from_user | 复制用户字符串 |
check_copy_size | |
__copy_from_user_inatomic | Architectures should provide two primitives (raw_copy_{to,from}_user())* and get rid of their private instances of copy_{to,from}_user() and* __copy_{to,from}_user{,_inatomic}().* raw_copy_{to,from}_user(to, from, size) should copy up to size bytes and |
__copy_from_user | |
__copy_to_user_inatomic | __copy_to_user_inatomic: - Copy a block of data into user space, with less checking.*@to: Destination address, in user space.*@from: Source address, in kernel space.*@n: Number of bytes to copy.* Context: User context only. |
__copy_to_user |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |