Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:test_parman_priority_gen

Proto:static unsigned long test_parman_priority_gen(struct test_parman *test_parman)

Type:unsigned long

Parameter:

TypeParameterName
struct test_parman *test_parman
147  again :
148  priority = test_parman_rnd_get(test_parman)
149  If priority == 0 Then Go to again
152  When i < TEST_PARMAN_PRIO_COUNT cycle
153  prio = prios[i]
155  If priority == 0 Then Break
157  If priority == priority Then Go to again
160  Return priority
Caller
NameDescribe
test_parman_prios_init