Function report |
Source Code:include\linux\xarray.h |
Create Date:2022-07-28 05:42:10 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:xa_empty() - Determine if an array has any present entries.*@xa: XArray.* Context: Any context.* Return: %true if the array contains only NULL pointers.
Proto:static inline bool xa_empty(const struct xarray *xa)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const struct xarray * | xa |
403 | Return xa_head == NULL |
Name | Describe |
---|---|
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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |