函数逻辑报告 |
Source Code:lib\radix-tree.c |
Create Date:2022-07-27 07:10:12 |
Last Modify:2022-05-21 10:04:37 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:entry_to_node
函数原型:static inline struct xa_node *entry_to_node(void *ptr)
返回类型:struct xa_node
参数:
类型 | 参数 | 名称 |
---|---|---|
void * | ptr |
78 | 返回:ptr按位与RADIX_TREE_INTERNAL_NODE的反 |
名称 | 描述 |
---|---|
radix_tree_load_root | |
radix_tree_extend | Extend a radix tree so it can store key @index. |
radix_tree_shrink | 一个radix树的收缩高度最小 |
__radix_tree_create | |
radix_tree_free_nodes | |
__radix_tree_lookup | |
radix_tree_tag_set | adix_tree_tag_set - set a tag on a radix tree node*@root: radix tree root*@index: index key*@tag: tag index* Set the search tag (which must be < RADIX_TREE_MAX_TAGS)* corresponding to @index in the radix tree. From |
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_tag_get | adix_tree_tag_get - get a tag on a radix tree node*@root: radix tree root*@index: index key*@tag: tag index (< RADIX_TREE_MAX_TAGS)* Return values:* 0: tag not present or not set* 1: tag set* Note that the return value of this function may not be relied |
radix_tree_next_chunk | 在radix树中找到下一个块的迭代 |
idr_get_free |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |