Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\bpf\syscall.c Create Date:2022-07-28 12:51:52
Last Modify:2022-05-19 18:06:12 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:bpf_map_put_uref

Proto:static void bpf_map_put_uref(struct bpf_map *map)

Type:void

Parameter:

TypeParameterName
struct bpf_map *map
333  If atomic64_dec_and_test - decrement and test*@v: pointer of type atomic64_t* Atomically decrements @v by 1 and* returns true if the result is 0, or false for all other* cases. Then
334  If map_release_uref Then map_release_uref(map)
Caller
NameDescribe
bpf_map_put_with_uref