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:19
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:cgroup_storage_map_free

Proto:static void cgroup_storage_map_free(struct bpf_map *_map)

Type:void

Parameter:

TypeParameterName
struct bpf_map *_map
320  map = map_to_storage(_map)
322  WARN_ON(!RB_EMPTY_ROOT( & root))
323  WARN_ON(!list_empty - tests whether a list is empty*@head: the list to test.)
325  kfree(map)