函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:check_postorder_foreach

函数原型:static void check_postorder_foreach(int nr_nodes)

返回类型:void

参数:

类型参数名称
intnr_nodes
174  count等于0
175  ree_postorder_for_each_entry_safe - iterate in post-order over rb_root of* given type allowing the backing memory of @pos to be invalidated*@pos: the 'type *' to use as a loop cursor.*@n: another 'type *' to use as temporary storage(cur, n, & rb_root, rb)
176  count自加
178  WARN_ON_ONCE(count != nr_nodes)
调用者
名称描述
check