Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:objagg_obj_destroy

Proto:static void objagg_obj_destroy(struct objagg *objagg, struct objagg_obj *objagg_obj)

Type:void

Parameter:

TypeParameterName
struct objagg *objagg
struct objagg_obj *objagg_obj
453  trace_objagg_obj_destroy(objagg, objagg_obj)
454  --obj_count
455  deletes entry from list
456  hashtable_remove_fast - remove object from hash table*@ht: hash table*@obj: pointer to hash head inside object*@params: hash table parameters* Since the hash chain is single linked, the removal operation needs to* walk the bucket chain upon removal
458  objagg_obj_fini(objagg, objagg_obj)
459  kfree(objagg_obj)
Caller
NameDescribe
__objagg_obj_put