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_chain
Proto:static int rhashtable_rehash_chain(struct rhashtable *ht, unsigned int old_hash)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct rhashtable * | ht | |
unsigned int | old_hash |
268 | old_tbl = rht_dereference(tbl, ht) |
269 | bkt = rht_bucket_var(old_tbl, old_hash) |
272 | If Not bkt Then Return 0 |
281 | rht_unlock(old_tbl, bkt) |
283 | Return err |
Name | Describe |
---|---|
rhashtable_rehash_table |
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 |