Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:The maximum index which can be stored in a radix tree

Proto:static inline unsigned long shift_maxindex(unsigned int shift)

Type:unsigned long

Parameter:

TypeParameterName
unsigned intshift
222  Return (RADIX_TREE_MAP_SIZE << shift) - 1
Caller
NameDescribe
node_maxindex
radix_tree_extendExtend a radix tree so it can store key @index.