函数逻辑报告 |
Source Code:kernel\futex.c |
Create Date:2022-07-27 11:55:23 |
Last Modify:2020-03-17 15:28:32 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Fetch a robust-list pointer. Bit 0 signals PI futexes:
函数原型:static inline int compat_fetch_robust_entry(compat_uptr_t *uentry, struct robust_list __user **entry, compat_uptr_t __user *head, unsigned int *pi)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
compat_uptr_t * | uentry | |
struct robust_list __user ** | entry | |
compat_uptr_t __user * | head | |
unsigned int * | pi |
3954 | 如果Careful: we have to cast the result to the type of the pointer* for sign reasons( * uentry, head)则返回:负EFAULT |
3960 | 返回:0 |
名称 | 描述 |
---|---|
compat_exit_robust_list |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |