Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:objagg_hints_lookup

Proto:static struct objagg_hints_node *objagg_hints_lookup(struct objagg_hints *objagg_hints, void *obj)

Type:struct objagg_hints_node

Parameter:

TypeParameterName
struct objagg_hints *objagg_hints
void *obj
37  If Not objagg_hints Then Return NULL
39  Return hashtable_lookup_fast - search hash table, without RCU read lock*@ht: hash table*@key: the pointer to the key*@params: hash table parameters* Computes the hash value for the key and traverses the bucket chain looking* for a entry with an identical key
Caller
NameDescribe
objagg_obj_init_with_hints