Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\test_parman.c Create Date:2022-07-28 06:34:19
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:test_parman_run_check_budgets

Proto:static bool test_parman_run_check_budgets(struct test_parman *test_parman)

Type:bool

Parameter:

TypeParameterName
struct test_parman *test_parman
257  If run_budget-- == 0 Then Return false
259  If bulk_budget-- != 0 Then Return 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  Return true
Caller
NameDescribe
test_parman_run