函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:pr_debug_stats

函数原型:static void pr_debug_stats(struct objagg *objagg)

返回类型:void

参数:

类型参数名称
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  如果是错误则返回
879  __pr_debug_stats(stats)
880  objagg_stats_put(stats)
调用者
名称描述
test_hints_case