函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\bpf\syscall.c Create Date:2022-07-27 14:04:22
Last Modify:2022-05-19 18:06:12 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:bpf_map_put_uref

函数原型:static void bpf_map_put_uref(struct bpf_map *map)

返回类型:void

参数:

类型参数名称
struct bpf_map *map
333  如果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.
334  如果map_release_urefmap_release_uref(map)
调用者
名称描述
bpf_map_put_with_uref