Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:test_uuid_init

Proto:static int __init test_uuid_init(void)

Type:int

Parameter:Nothing

111  When i < ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(test_uuid_test_data) cycle test_uuid_test( & test_uuid_test_data[i])
114  When i < ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(test_uuid_wrong_data) cycle test_uuid_wrong(test_uuid_wrong_data[i])
117  If failed_tests == 0 Then pr_info("all %u tests passed\n", total_tests)
119  Else pr_err("failed %u out of %u tests\n", failed_tests, total_tests)
122  Return If failed_tests Then -EINVAL Else 0