Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:bjagg_hints_put - puts hints instance*@objagg_hints: objagg hints instance* Note: all locking must be provided by the caller.

Proto:void objagg_hints_put(struct objagg_hints *objagg_hints)

Type:void

Parameter:

TypeParameterName
struct objagg_hints *objagg_hints
996  If --refcount Then Return
998  objagg_hints_flush(objagg_hints)
999  rhashtable_destroy( & node_ht)
1000  kfree(objagg_hints)
Caller
NameDescribe
objagg_destroybjagg_destroy - destroys a new objagg instance*@objagg: objagg instance* Note: all locking must be provided by the caller.
test_hints_case