Function report |
Source Code:lib\radix-tree.c |
Create Date:2022-07-28 06:13:06 |
Last Modify:2022-05-21 10:04:37 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:adix_tree_tag_clear - clear a tag on a radix tree node*@root: radix tree root*@index: index key*@tag: tag index* Clear the search tag (which must be < RADIX_TREE_MAX_TAGS)* corresponding to @index in the radix tree
Proto:void *radix_tree_tag_clear(struct xarray *root, unsigned long index, unsigned int tag)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct xarray * | root | |
unsigned long | index | |
unsigned int | tag |
1045 | radix_tree_load_root(root, & node, & maxindex) |
1049 | parent = NULL |
1051 | When radix_tree_is_internal_node(node) cycle |
1052 | parent = entry_to_node(node) |
1053 | offset = radix_tree_descend(parent, & node, index) |
1059 | Return node |
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 |