函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:test_delta

函数原型:static int test_delta(void)

返回类型:int

参数:

809  struct world world = {}
814  objagg等于bjagg_create - creates a new objagg instance*@ops: user-specific callbacks*@objagg_hints: hints, can be NULL*@priv: pointer to a private data passed to the ops* Note: all locking must be provided by the caller
815  如果是错误则返回:错误
818 i小于ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(action_items)循环
819  err等于test_delta_action_item( & world, objagg, & action_items[i], false)
821  如果err则转到:err_do_action_item
825  bjagg_destroy - destroys a new objagg instance*@objagg: objagg instance* Note: all locking must be provided by the caller.
826  返回:0
828  err_do_action_item :
829 i大于等于0循环test_delta_action_item( & world, objagg, & action_items[i], true)
832  bjagg_destroy - destroys a new objagg instance*@objagg: objagg instance* Note: all locking must be provided by the caller.
833  返回:err
调用者
名称描述
test_objagg_init