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_stats

Proto:static void pr_debug_stats(struct objagg *objagg)

Type:void

Parameter:

TypeParameterName
struct objagg *objagg
876  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:
877  If IS_ERR(stats) Then Return
879  __pr_debug_stats(stats)
880  objagg_stats_put(stats)
Caller
NameDescribe
test_hints_case