函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\kcov.c Create Date:2022-07-27 12:37:16
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:kcov_remote_add

函数原型:static struct kcov_remote *kcov_remote_add(struct kcov *kcov, u64 handle)

返回类型:struct kcov_remote

参数:

类型参数名称
struct kcov *kcov
u64handle
105  如果Must be called with kcov_remote_lock locked. 则返回:错误号
107  remote等于开辟内存
108  如果非remote则返回:错误号
110  handle等于handle
111  kcov等于kcov
112  hash_add - add an object to a hashtable*@hashtable: hashtable to add to*@node: the &struct hlist_node of the object to be added*@key: the key of the object to be added(kcov_remote_map, & hnode, handle)
113  返回:remote
调用者
名称描述
kcov_ioctl_locked