函数逻辑报告 |
Source Code:lib\radix-tree.c |
Create Date:2022-07-27 07:10:19 |
Last Modify:2022-05-21 10:04:37 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:在radix树中插入节点
函数原型:int radix_tree_insert(struct xarray *root, unsigned long index, void *item)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct xarray * | root | |
unsigned long | index | |
void * | item |
726 | error等于insert_entries(node, slot, item, false) |
730 | 如果node则 |
731 | offset等于get_slot_offset(node, slot) |
735 | 否则 |
736 | BUG_ON(root_tags_get(root)) |
739 | 返回:0 |
名称 | 描述 |
---|---|
active_cacheline_insert | |
blkg_create | If @new_blkg is %NULL, this function tries to allocate a new one as* necessary using %GFP_NOWAIT. @new_blkg is always consumed on return. |
irq_domain_set_mapping | |
new_vmap_block | w_vmap_block - allocates new vmap_block and occupies 2^order pages in this* block |
ioc_create_icq | _create_icq - create and link io_cq*@ioc: io_context of interest*@q: request_queue of interest*@gfp_mask: allocation mask* Make sure io_cq linking @ioc and @q exists |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |