Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:check_find_4

Proto:static noinline void check_find_4(struct xarray *xa)

Type:void

Parameter:

TypeParameterName
struct xarray *xa
1058  index = 0
1061  xa_store_index(xa, ULONG_MAX, GFP_KERNEL)
1063  entry = xa_find_after() - Search the XArray for a present entry.*@xa: XArray.*@indexp: Pointer to an index.*@max: Maximum index to search to.*@filter: Selection criterion.* Finds the entry in @xa which matches the @filter and has the lowest
1064  XA_BUG_ON(xa, entry != xa_mk_index(ULONG_MAX))
1066  entry = xa_find_after() - Search the XArray for a present entry.*@xa: XArray.*@indexp: Pointer to an index.*@max: Maximum index to search to.*@filter: Selection criterion.* Finds the entry in @xa which matches the @filter and has the lowest
1067  XA_BUG_ON(xa, entry)
1069  xa_erase_index(xa, ULONG_MAX)
Caller
NameDescribe
check_find