函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:test_parman_run

函数原型:static int test_parman_run(struct test_parman *test_parman)

返回类型:int

参数:

类型参数名称
struct test_parman *test_parman
270  i等于test_parman_rnd_get(test_parman)
273 test_parman_run_check_budgets(test_parman)循环
274  unsigned int item_index = i++ & TEST_PARMAN_ITEM_MASK
275  item等于items[item_index]
277  如果bulk_noop则继续下一循环
280  如果非used
284  如果err则返回:err
286  prio_array[index]等于item
287  used_items自加
288  否则
289  prio_array[index] = NULL
293  used_items自减
295  used等于非used
297  返回:0
调用者
名称描述
test_parman_lsort