函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\futex.c Create Date:2022-07-27 11:55:24
Last Modify:2020-03-17 15:28:32 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:futex_uaddr

函数原型:static void __user *futex_uaddr(struct robust_list __user *entry, compat_long_t futex_offset)

返回类型:void

参数:

类型参数名称
struct robust_list __user *entry
compat_long_tfutex_offset
3966  base等于ptr_to_compat(entry)
3967  __useruaddr等于A pointer passed in from user mode. This should not* be used for syscall parameters, just declare them* as pointers because the syscall entry code will have* appropriately converted them already.
3969  返回:uaddr
调用者
名称描述
compat_exit_robust_list