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:nested_bucket_table_alloc
Proto:static struct bucket_table *nested_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 |
151 | tbl = kzalloc - allocate memory. The memory is set to zero.*@size: how many bytes of memory are required.*@flags: the type of memory to allocate (see kmalloc). |
152 | If Not tbl Then Return NULL |
155 | If Not nested_table_alloc(ht, (unionnested_table__rcu * * )buckets, false) Then |
163 | Return tbl |
Name | Describe |
---|---|
bucket_table_alloc |
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 |