函数逻辑报告 |
Source Code:lib\radix-tree.c |
Create Date:2022-07-27 07:10:18 |
Last Modify:2022-05-21 10:04:37 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__radix_tree_create
函数原型:static int __radix_tree_create(struct xarray *root, unsigned long index, struct radix_tree_node **nodep, void __rcu ***slotp)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct xarray * | root | |
unsigned long | index | |
struct radix_tree_node ** | nodep | |
void __rcu *** | slotp |
615 | offset等于0 |
617 | gfp等于root_gfp_mask(root) |
619 | shift等于radix_tree_load_root(root, & child, & maxindex) |
632 | 如果(child == NULL)则 |
634 | child等于This assumes that the caller has performed appropriate preallocation, and* that the caller has pinned this thread of control to the current CPU. |
641 | 否则如果非radix_tree_is_internal_node(child)则退出 |
645 | node等于entry_to_node(child) |
646 | offset等于radix_tree_descend(node, & child, index) |
654 | 返回:0 |
名称 | 描述 |
---|---|
radix_tree_insert | 在radix树中插入节点 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |