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:Returns 1 if any slot in the node has this tag set.* Otherwise returns 0.

Proto:static inline int any_tag_set(const struct xa_node *node, unsigned int tag)

Type:int

Parameter:

TypeParameterName
const struct xa_node *node
unsigned inttag
165  When idx < RADIX_TREE_TAG_LONGS cycle
166  If tags[tag][idx] Then Return 1
169  Return 0
Caller
NameDescribe
node_tag_clear