Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Coding conventions in this file:*@xa is used to refer to the entire xarray

Proto:static inline unsigned int xa_lock_type(const struct xarray *xa)

Type:unsigned int

Parameter:

TypeParameterName
const struct xarray *xa
33  Return private: The rest of the data structure is not to be used directly. & 3
Caller
NameDescribe
__xas_nomem__xas_nomem() - Drop locks and allocate memory if needed.*@xas: XArray operation state.*@gfp: Memory allocation flags.* Internal variant of xas_nomem().* Return: true if memory was needed, and was successfully allocated.