函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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
注解内核,赢得工具下载SCCTEnglish

函数名称: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_2We should always be able to store without allocating memory after* reserving a slot.
check_workingset
check_accountCheck that the pointer / value / sibling entries are accounted the* way we expect them to be.
check_destroy
ida_is_empty