Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:xas_sibling

Proto:static bool xas_sibling(struct xa_state *xas)

Type:bool

Parameter:

TypeParameterName
struct xa_state *xas
1836  node = xa_node
1839  If Not node Then Return false
1841  mask = (XA_CHUNK_SIZE << Bits remaining in each slot ) - 1
1842  Return (xa_index & mask) > xa_offset << Bits remaining in each slot
Caller
NameDescribe
xa_find_afterxa_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