函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:check_multi_store_2

函数原型:static noinline void check_multi_store_2(struct xarray *xa, unsigned long index, unsigned int order)

返回类型:void

参数:

类型参数名称
struct xarray *xa
unsigned longindex
unsigned intorder
531  XA_STATE() - Declare an XArray operation state.*@name: Name of this operation state (usually xas).*@array: Array to operate on.*@index: Initial index of interest.* Declare and initialise an xa_state on the stack.(xas, xa, index)
532  If anyone needs this, please move it to xarray.c. We have no current* users outside the test suite because all current multislot users want* to use the advanced API.
534  xas_lock( & xas)
535  XA_BUG_ON(xa, xas_store() - Store this entry in the XArray != 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.)
536  XA_BUG_ON(xa, xa_index != index)
537  XA_BUG_ON(xa, xas_store() - Store this entry in the XArray != 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.)
538  xas_unlock( & xas)
539  XA_BUG_ON(xa, !xa_empty() - Determine if an array has any present entries.*@xa: XArray.* Context: Any context.* Return: %true if the array contains only NULL pointers.)
调用者
名称描述
check_multi_store