Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\radix-tree.c Create Date:2022-07-28 06:12:56
Last Modify:2022-05-21 10:04:37 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:next_index

Proto:static unsigned long next_index(unsigned long index, const struct xa_node *node, unsigned long offset)

Type:unsigned long

Parameter:

TypeParameterName
unsigned longindex
const struct xa_node *node
unsigned longoffset
234  Return (index & ~node_maxindex(node)) + (offset << Bits remaining in each slot )
Caller
NameDescribe
idr_get_free