函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:rhashtable_last_table

函数原型:static struct bucket_table *rhashtable_last_table(struct rhashtable *ht, struct bucket_table *tbl)

返回类型:struct bucket_table

参数:

类型参数名称
struct rhashtable *ht
struct bucket_table *tbl
207  循环
208  new_tbl等于tbl
209  tbl等于rht_dereference_rcu(future_tbl, ht)
210 tbl循环
212  返回:new_tbl
调用者
名称描述
rhashtable_rehash_one
rht_deferred_worker