函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:test_nodelta_obj_get

函数原型:static int test_nodelta_obj_get(struct world *world, struct objagg *objagg, unsigned int key_id, bool should_create_root)

返回类型:int

参数:

类型参数名称
struct world *world
struct objagg *objagg
unsigned intkey_id
boolshould_create_root
154  orig_root_count等于root_count
159  如果should_create_root 获取伪随机数的请求数
163  objagg_obj等于world_obj_get(world, objagg, key_id)
164  如果是错误
165  打印错误信息("Key %u: Failed to get object.\n", key_id)
166  返回:错误
168  如果should_create_root
169  如果root_count不等于orig_root_count加1则
170  打印错误信息("Key %u: Root was not created\n", key_id)
171  err等于负EINVAL
172  转到:err_check_root_count
174  否则
175  如果root_count不等于orig_root_count
176  打印错误信息("Key %u: Root was incorrectly created\n", key_id)
178  err等于负EINVAL
179  转到:err_check_root_count
182  root等于objagg_obj_root_priv(objagg_obj)
183  如果id不等于key_id
184  打印错误信息("Key %u: Root has unexpected key id\n", key_id)
185  err等于负EINVAL
186  转到:err_check_key_id
188  如果should_create_rootmemcmp(next_root_buf, buf, buf的长度)则
190  打印错误信息("Key %u: Buffer does not match the expected content\n", key_id)
192  err等于负EINVAL
193  转到:err_check_buf
195  返回:0
197  err_check_buf :
198  err_check_key_id :
199  err_check_root_count :
200  objagg_obj_put(objagg, objagg_obj)
201  返回:err
调用者
名称描述
test_nodelta