Function report |
Source Code:lib\radix-tree.c |
Create Date:2022-07-28 06:13:05 |
Last Modify:2022-05-21 10:04:37 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:node_tag_clear
Proto:static void node_tag_clear(struct xarray *root, struct radix_tree_node *node, unsigned int tag, unsigned int offset)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct xarray * | root | |
struct radix_tree_node * | node | |
unsigned int | tag | |
unsigned int | offset |
1012 | If Returns 1 if any slot in the node has this tag set.* Otherwise returns 0. Then Return |
1020 | If root_tag_get(root, tag) Then root_tag_clear(root, tag) |
Name | Describe |
---|---|
radix_tree_tag_clear | 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 |
radix_tree_iter_tag_clear | adix_tree_iter_tag_clear - clear a tag on the current iterator entry*@root: radix tree root*@iter: iterator state*@tag: tag to clear |
__radix_tree_delete |
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 |