Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
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 |
Name | Describe |
---|---|
rhashtable_rehash_alloc | |
rhashtable_insert_rehash |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |