函数逻辑报告 | 
Source Code:include\linux\assoc_array_priv.h | 
Create Date:2022-07-27 07:51:02 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:assoc_array_ptr_is_meta
函数原型:static inline bool assoc_array_ptr_is_meta(const struct assoc_array_ptr *x)
返回类型:bool
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| const struct assoc_array_ptr * | x | 
| 名称 | 描述 | 
|---|---|
| assoc_array_subtree_iterate | Iterate over an associative array. The caller must hold the RCU read lock* or better. | 
| assoc_array_walk | Navigate through the internal tree looking for the closest node to the key. | 
| assoc_array_destroy_subtree | Destructively iterate over an associative array. The caller must prevent* other simultaneous accesses. | 
| assoc_array_insert_into_terminal_node | Handle insertion into a terminal node. | 
| assoc_array_insert | assoc_array_insert - Script insertion of an object into an associative array*@array: The array to insert into | 
| assoc_array_delete | assoc_array_delete - Script deletion of an object from an associative array*@array: The array to search.*@ops: The operations to use.*@index_key: The key to the object.* Precalculate and preallocate a script for the deletion of an object from an | 
| assoc_array_gc | assoc_array_gc - Garbage collect an associative array | 
| search_nested_keyrings | Search a tree of keyrings that point to other keyrings up to the maximum* depth. | 
| assoc_array_ptr_is_leaf | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |