函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:check_find_2

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

返回类型:void

参数:

类型参数名称
struct xarray *xa
1015  xa_for_each() - Iterate over present entries in an XArray.*@xa: XArray.*@index: Index of @entry.*@entry: Entry retrieved from array.* During the iteration, @entry will have the value of the entry stored* in @xa at @index(xa, index, entry)
1016  XA_BUG_ON(xa, true)
1019 i小于1024循环
1020  xa_store_index(xa, index, GFP_KERNEL)
1021  j等于0
1024  XA_BUG_ON(xa, index != j++)
1028  xa_destroy() - Free all internal data structures.*@xa: XArray.* After calling this function, the XArray is empty and has freed all memory* allocated for its internal data structures. You are responsible for* freeing the objects referenced by the XArray.
调用者
名称描述
check_find