函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:map_iter_alloc

函数原型:static struct map_iter *map_iter_alloc(struct bpf_map *map)

返回类型:struct map_iter

参数:

类型参数名称
struct bpf_map *map
178  iter等于分配内存并置零
179  如果非iter则转到:error
182  key等于分配内存并置零
183  如果非key则转到:error
186  返回:iter
188  error :
189  map_iter_free(iter)
190  返回:NULL
调用者
名称描述
bpffs_map_open