Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:bjagg_destroy - destroys a new objagg instance*@objagg: objagg instance* Note: all locking must be provided by the caller.

Proto:void objagg_destroy(struct objagg *objagg)

Type:void

Parameter:

TypeParameterName
struct objagg *objagg
563  trace_objagg_destroy(objagg)
564  da_destroy() - Free all IDs.*@ida: IDA handle.* Calling this function frees all IDs and releases all resources used* by an IDA. When this call returns, the IDA is empty and can be reused* or freed. If the IDA is already empty, there is no need to call this
565  WARN_ON(!list_empty - tests whether a list is empty*@head: the list to test.)
566  rhashtable_destroy( & obj_ht)
567  If hints Then bjagg_hints_put - puts hints instance*@objagg_hints: objagg hints instance* Note: all locking must be provided by the caller.
569  kfree(objagg)
Caller
NameDescribe
test_nodelta
test_delta
test_hints_case