Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:test_rslib_init

Proto:static int __init test_rslib_init(void)

Type:int

Parameter:Nothing

489  fail = 0
491  When symsize != 0 cycle
494  retval = run_exercise(List of codes to test + i)
495  If retval < 0 Then Return -ENOMEM
498  fail |= retval
501  If fail Then pr_warn("rslib: test failed\n")
503  Else pr_info("rslib: test ok\n")
506  Return -EAGAIN