函数逻辑报告 |
Source Code:lib\radix-tree.c |
Create Date:2022-07-27 07:10:20 |
Last Modify:2022-05-21 10:04:37 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:calculate_count
函数原型:static int calculate_count(struct xarray *root, struct radix_tree_node *node, void __rcu **slot, void *item, void *old)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct xarray * | root | |
struct radix_tree_node * | node | |
void __rcu ** | slot | |
void * | item | |
void * | old |
865 | offset等于get_slot_offset(node, slot) |
866 | free等于node_tag_get(root, node, The IDR API does not expose the tagging functionality of the radix tree* to users. Use tag 0 to track whether a node has free space below it., offset) |
867 | 如果非free则返回:0 |
869 | 如果非old则返回:1 |
名称 | 描述 |
---|---|
__radix_tree_replace |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |