函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:prog_array_map_alloc

函数原型:static struct bpf_map *prog_array_map_alloc(union bpf_attr *attr)

返回类型:struct bpf_map

参数:

类型参数名称
union bpf_attr *attr
830  aux等于分配内存并置零
831  如果非aux则返回:错误号
834  INIT_WORK( & work, prog_array_map_clear_deferred)
835  初始化链表头
836  mutex_init - initialize the mutex*@mutex: the mutex to be initialized* Initialize the mutex to unlocked state.* It is not allowed to initialize an already locked mutex.( & poke_mutex)
838  map等于array_map_alloc(attr)
839  如果是错误
840  kfree(aux)
841  返回:map
844  ({
844  __mptr等于map
844  循环
844  当0循环
844  __mptr__builtin_offsetof(structbpf_array, map)
844  })->aux = aux
845  map等于map
847  返回:map