函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:objagg_obj_destroy

函数原型:static void objagg_obj_destroy(struct objagg *objagg, struct objagg_obj *objagg_obj)

返回类型:void

参数:

类型参数名称
struct objagg *objagg
struct objagg_obj *objagg_obj
453  trace_objagg_obj_destroy(objagg, objagg_obj)
454  obj_count先自减
455  删除链表项
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)
调用者
名称描述
__objagg_obj_put