函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:check_expect_stats

函数原型:static int check_expect_stats(struct objagg *objagg, const struct expect_stats *expect_stats, const char **errmsg)

返回类型:int

参数:

类型参数名称
struct objagg *objagg
const struct expect_stats *expect_stats
const char **errmsg
747  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:
748  如果是错误
749  errmsg等于"objagg_stats_get() failed."
750  返回:错误
752  err等于__check_expect_stats(stats, expect_stats, errmsg)
753  objagg_stats_put(stats)
754  返回:err
调用者
名称描述
test_delta_action_item
test_hints_case