Function report |
Source Code:lib\rhashtable.c |
Create Date:2022-07-28 06:25:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:bucket_table_alloc
Proto:static struct bucket_table *bucket_table_alloc(struct rhashtable *ht, size_t nbuckets, gfp_t gfp)
Type:struct bucket_table
Parameter:
Type | Parameter | Name |
---|---|---|
struct rhashtable * | ht | |
size_t | nbuckets | |
gfp_t | gfp |
170 | struct bucket_table * tbl = NULL |
179 | If tbl == NULL && (gfp & ~__GFP_NOFAIL) != GFP_KERNEL Then |
184 | If (tbl == NULL) Then Return NULL |
187 | lockdep_init_map( & dep_map, "rhashtable_bucket", & __key, 0) |
194 | hash_rnd = get_random_u32() |
199 | Return tbl |
Name | Describe |
---|---|
rhashtable_rehash_alloc | |
rhashtable_insert_rehash | |
rhashtable_init | hashtable_init - initialize a new hash table*@ht: hash table to be initialized*@params: configuration parameters* Initializes a new hash table based on the provided configuration* parameters |
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 |