Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:pr_debug_hints_stats

Proto:static void pr_debug_hints_stats(struct objagg_hints *objagg_hints)

Type:void

Parameter:

TypeParameterName
struct objagg_hints *objagg_hints
887  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:
888  If IS_ERR(stats) Then Return
890  __pr_debug_stats(stats)
891  objagg_stats_put(stats)
Caller
NameDescribe
test_hints_case