函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:check_stats_zero

函数原型:static int check_stats_zero(struct objagg *objagg)

返回类型:int

参数:

类型参数名称
struct objagg *objagg
229  err等于0
231  stats等于bjagg_stats_get - obtains stats of the objagg instance*@objagg: objagg instance* Note: all locking must be provided by the caller.* The returned structure contains statistics of all object* currently in use, ordered by following rules:
232  如果是错误则返回:错误
235  如果stats_info_count不等于0则
236  打印错误信息("Stats: Object count is not zero while it should be\n")
237  err等于负EINVAL
240  objagg_stats_put(stats)
241  返回:err
调用者
名称描述
test_nodelta