| Function report | 
| Source Code: lib\radix-tree.c | Create Date:2022-07-28 06:13:02 | 
| Last Modify:2022-05-21 10:04:37 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:__radix_tree_insert - insert into a radix tree*@root: radix tree root*@index: index key*@item: item to insert* Insert an item into the radix tree at position @index.
Proto:int radix_tree_insert(struct xarray *root, unsigned long index, void *item)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct xarray * | root | |
| unsigned long | index | |
| void * | item | 
| 726 | error = insert_entries(node, slot, item, false) | 
| 730 | If node Then | 
| 731 | offset = get_slot_offset(node, slot) | 
| 735 | Else | 
| 736 | BUG_ON(root_tags_get(root)) | 
| 739 | Return 0 | 
| Name | Describe | 
|---|---|
| active_cacheline_insert | |
| blkg_create | If @new_blkg is %NULL, this function tries to allocate a new one as* necessary using %GFP_NOWAIT. @new_blkg is always consumed on return. | 
| 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 |