函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:test_parman_priority_gen

函数原型:static unsigned long test_parman_priority_gen(struct test_parman *test_parman)

返回类型:unsigned long

参数:

类型参数名称
struct test_parman *test_parman
147  again :
148  priority等于test_parman_rnd_get(test_parman)
149  如果priority恒等于0则转到:again
152 i小于TEST_PARMAN_PRIO_COUNT循环
153  prio等于prios[i]
155  如果priority恒等于0则退出
157  如果priority恒等于priority则转到:again
160  返回:priority
调用者
名称描述
test_parman_prios_init