Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\test_objagg.c Create Date:2022-07-28 06:35:27
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:check_expect_hints_stats

Proto:static int check_expect_hints_stats(struct objagg_hints *objagg_hints, const struct expect_stats *expect_stats, const char **errmsg)

Type:int

Parameter:

TypeParameterName
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  If IS_ERR(stats) Then Return PTR_ERR(stats)
904  err = __check_expect_stats(stats, expect_stats, errmsg)
905  objagg_stats_put(stats)
906  Return err
Caller
NameDescribe
test_hints_case