Function report |
Source Code:lib\rhashtable.c |
Create Date:2022-07-28 06:24:59 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:nested_table_alloc
Proto:static union nested_table *nested_table_alloc(struct rhashtable *ht, union nested_table __rcu **prev, bool leaf)
Type:union nested_table
Parameter:
Type | Parameter | Name |
---|---|---|
struct rhashtable * | ht | |
union nested_table __rcu ** | prev | |
bool | leaf |
124 | ntbl = 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). |
135 | Return fetch RCU-protected pointer for dereferencing( * prev) |
Name | Describe |
---|---|
nested_bucket_table_alloc | |
rht_bucket_nested_insert |
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 |