Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:crc32_combine_test

Proto:static int __init crc32_combine_test(void)

Type:int

Parameter:Nothing

804  errors = 0 , runs = 0
806  When i < 10 cycle
809  crc_full = crc32_le(andom starting crc , 4096 random bytes + andom 6 bit offset in buf , andom 11 bit length of test )
823  runs++
824  cond_resched()
828  If errors Then pr_warn("crc32_combine: %d/%d self tests failed\n", errors, runs)
830  Else pr_info("crc32_combine: %d self tests passed\n", runs)
833  Return 0
Caller
NameDescribe
crc32test_init