函数逻辑报告 |
Source Code:lib\rhashtable.c |
Create Date:2022-07-27 07:22:13 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:bucket_table_alloc
函数原型:static struct bucket_table *bucket_table_alloc(struct rhashtable *ht, size_t nbuckets, gfp_t gfp)
返回类型:struct bucket_table
参数:
类型 | 参数 | 名称 |
---|---|---|
struct rhashtable * | ht | |
size_t | nbuckets | |
gfp_t | gfp |
170 | struct bucket_table * tbl = NULL |
179 | 如果tbl恒等于NULL且gfp按位与__GFP_NOFAIL的反的值不等于GFP_KERNEL则 |
184 | 如果(tbl == NULL)则返回:NULL |
187 | lockdep_init_map( & dep_map, "rhashtable_bucket", & __key, 0) |
192 | 初始化链表头 |
194 | hash_rnd等于get_random_u32() |
199 | 返回:tbl |
名称 | 描述 |
---|---|
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 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |