Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:objagg_hints_flush

Proto:static void objagg_hints_flush(struct objagg_hints *objagg_hints)

Type:void

Parameter:

TypeParameterName
struct objagg_hints *objagg_hints
692  deletes entry from list
693  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
695  kfree(hnode)
Caller
NameDescribe
objagg_hints_getbjagg_hints_get - obtains hints instance*@objagg: objagg instance*@opt_algo_type: type of hints finding algorithm* Note: all locking must be provided by the caller.* According to the algo type, the existing objects of objagg instance
objagg_hints_putbjagg_hints_put - puts hints instance*@objagg_hints: objagg hints instance* Note: all locking must be provided by the caller.