函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\test_xarray.c Create Date:2022-07-27 07:31:22
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:check_find_4

函数原型:static noinline void check_find_4(struct xarray *xa)

返回类型:void

参数:

类型参数名称
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)
调用者
名称描述
check_find