Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:rb_last

Proto:struct rb_node *rb_last(const struct rb_root *root)

Type:struct rb_node

Parameter:

TypeParameterName
const struct rb_root *root
483  n = rb_node
484  If Not n Then Return NULL
486  When rb_right cycle
487  n = rb_right
488  Return n
Caller
NameDescribe
check