Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

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:

TypeParameterName
const struct xarray *xa
403  Return xa_head == NULL
Caller
NameDescribe
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