函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:check_expect_hints_stats

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

返回类型:int

参数:

类型参数名称
struct objagg_hints *objagg_hints
const struct expect_stats *expect_stats
const char **errmsg
901  stats等于bjagg_hints_stats_get - obtains stats of the hints instance*@objagg_hints: hints instance* Note: all locking must be provided by the caller.* The returned structure contains statistics of all objects* currently in use, ordered by following rules:
902  如果是错误则返回:错误
904  err等于__check_expect_stats(stats, expect_stats, errmsg)
905  objagg_stats_put(stats)
906  返回:err
调用者
名称描述
test_hints_case