Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:check_postorder_foreach

Proto:static void check_postorder_foreach(int nr_nodes)

Type:void

Parameter:

TypeParameterName
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)
Caller
NameDescribe
check