Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:rhashtable_rehash_attach

Proto:static int rhashtable_rehash_attach(struct rhashtable *ht, struct bucket_table *old_tbl, struct bucket_table *new_tbl)

Type:int

Parameter:

TypeParameterName
struct rhashtable *ht
struct bucket_table *old_tbl
struct bucket_table *new_tbl
296  If (cmpxchg((structbucket_table * * ) & future_tbl, NULL, new_tbl) != NULL) Then Return -EEXIST
300  Return 0
Caller
NameDescribe
rhashtable_rehash_alloc
rhashtable_insert_rehash