Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\bpf\local_storage.c Create Date:2022-07-28 13:14:29
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:bpf_cgroup_storage_release

Proto:void bpf_cgroup_storage_release(struct bpf_prog_aux *aux, struct bpf_map *_map)

Type:void

Parameter:

TypeParameterName
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  If aux == aux Then
453  WARN_ON(cgroup_storage[stype] != _map)
454  aux = NULL
455  cgroup_storage[stype] = NULL
457  spin_unlock_bh( & lock)