Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:xa_erase_index

Proto:static void xa_erase_index(struct xarray *xa, unsigned long index)

Type:void

Parameter:

TypeParameterName
struct xarray *xa
unsigned longindex
59  XA_BUG_ON(xa, xa_erase() - Erase this entry from the XArray.*@xa: XArray.*@index: Index of entry.* After this function returns, loading from @index will return %NULL.* If the index is part of a multi-index entry, all indices will be erased != xa_mk_index(index))
60  XA_BUG_ON(xa, xa_load() - Load an entry from an XArray.*@xa: XArray.*@index: index into array.* Context: Any context. Takes and releases the RCU lock.* Return: The entry at @index in @xa. != NULL)
Caller
NameDescribe
check_xas_retry
check_xa_load
check_xa_mark_1
check_xa_shrink
check_insert
check_cmpxchg
check_reserve
check_multi_store_1
check_xa_alloc_1
check_xa_alloc_2
check_xa_alloc_3
__check_store_iter
check_store_iter
check_multi_find_1
check_multi_find_2
check_find_1
check_find_4
check_find_entry
check_move_tiny
check_move_max
check_move_small
check_move
check_create_range_1
check_create_range_2
check_create_range_4