Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\rhashtable.h Create Date:2022-07-28 06:07:08
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:rhashtable_compare

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

Type:int

Parameter:

TypeParameterName
struct rhashtable_compare_arg *arg
const void *obj
581  ht = ht
582  ptr = obj
584  Return memcmp(ptr + key_offset, key, key_len)
Caller
NameDescribe
rhashtable_lookup_one