函数逻辑报告 |
Source Code:include\linux\xarray.h |
Create Date:2022-07-27 06:43:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:xa_empty() - Determine if an array has any present entries.*@xa: XArray.* Context: Any context.* Return: %true if the array contains only NULL pointers.
函数原型:static inline bool xa_empty(const struct xarray *xa)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct xarray * | xa |
403 | 返回:xa_head == NULL |
名称 | 描述 |
---|---|
check_xa_load | |
check_xa_mark_1 | |
check_xa_shrink | |
check_insert | |
check_cmpxchg | |
check_reserve | |
check_xas_erase | |
check_multi_store_1 | |
check_multi_store_2 | |
check_multi_store | |
check_xa_alloc_1 | |
check_xa_alloc_2 | |
check_xa_alloc_3 | |
check_store_iter | |
check_multi_find_1 | |
check_multi_find_2 | |
check_find_1 | |
check_find_entry | |
check_move_tiny | |
check_move_max | |
check_move_small | |
check_create_range_1 | |
check_create_range_2 | |
check_create_range_4 | |
__check_store_range | |
check_align_2 | We should always be able to store without allocating memory after* reserving a slot. |
check_workingset | |
check_account | Check that the pointer / value / sibling entries are accounted the* way we expect them to be. |
check_destroy | |
ida_is_empty |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |