Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:objagg_hints_obj_cmp

Proto:static int objagg_hints_obj_cmp(struct rhashtable_compare_arg *arg, const void *obj)

Type:int

Parameter:

TypeParameterName
struct rhashtable_compare_arg *arg
const void *obj
912  ht = ht
913  objagg_hints = container_of - cast a member of a structure out to the containing structure*@ptr: the pointer to the member.*@type: the type of the container struct this is embedded in.*@member: the name of the member within the struct.(ht, structobjagg_hints, node_ht)
915  ops = ops
916  ptr = obj
918  ptr += key_offset
919  Return If hints_obj_cmp Then hints_obj_cmp(ptr, key) Else memcmp(ptr, key, key_len)