函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:bpf_cgroup_storage_release

函数原型:void bpf_cgroup_storage_release(struct bpf_prog_aux *aux, struct bpf_map *_map)

返回类型:void

参数:

类型参数名称
struct bpf_prog_aux *aux
struct bpf_map *_map
448  stype等于cgroup_storage_type(_map)
449  map等于map_to_storage(_map)
451  spin_lock_bh( & lock)
452  如果aux恒等于aux
453  WARN_ON(cgroup_storage[stype] != _map)
454  aux = NULL
455  cgroup_storage[stype] = NULL
457  spin_unlock_bh( & lock)
调用者
名称描述
bpf_free_cgroup_storage