函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\rbtree.c Create Date:2022-07-27 07:10:01
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:rb_last

函数原型:struct rb_node *rb_last(const struct rb_root *root)

返回类型:struct rb_node

参数:

类型参数名称
const struct rb_root *root
483  n等于rb_node
484  如果非n则返回:NULL
486 rb_right循环
487  n等于rb_right
488  返回:n
调用者
名称描述
check
find_vma_prevSame as find_vma, but also return a pointer to the previous VMA in *pprev.