Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\test_xarray.c Create Date:2022-07-28 06:33:26
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:xa_mk_index

Proto:static void *xa_mk_index(unsigned long index)

Type:void

Parameter:

TypeParameterName
unsigned longindex
34  Return xa_mk_value() - Create an XArray entry from an integer.*@v: Value to store in XArray.* Context: Any context.* Return: An entry suitable for storing in the XArray.
Caller
NameDescribe
xa_store_index
xa_insert_index
xa_alloc_index
xa_erase_index
check_xas_retry
check_xa_mark_1
check_xas_erase
check_multi_store_1
check_multi_store_3
check_multi_store
check_xa_alloc_1
check_xa_alloc_2
check_xa_alloc_3
__check_store_iter
check_multi_find_2
check_find_2
check_find_4
check_find_entry
check_move_tiny
check_move_max
check_move_small
check_move
xa_store_many_order
check_create_range_4
__check_store_range
check_accountCheck that the pointer / value / sibling entries are accounted the* way we expect them to be.