函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:test_parman_run_check_budgets

函数原型:static bool test_parman_run_check_budgets(struct test_parman *test_parman)

返回类型:bool

参数:

类型参数名称
struct test_parman *test_parman
257  如果run_budget自减恒等于0则返回:false
259  如果bulk_budget自减不等于0则返回:true
262  bulk_budget等于test_parman_rnd_get(test_parman)按位与TEST_PARMAN_BULK_MAX_MASK
264  bulk_noop等于test_parman_rnd_get(test_parman)按位与1
265  返回:true
调用者
名称描述
test_parman_run