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:26
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:exercise_rs

Proto:static int exercise_rs(struct rs_control *rs, struct wspace *ws, int len, int trials)

Type:int

Parameter:

TypeParameterName
struct rs_control *rs
struct wspace *ws
intlen
inttrials
353  retval = 0
356  If v >= V_PROGRESS Then pr_info("Testing up to error correction capacity...\n")
359  When i <= IN_PLACE cycle retval |= ex_rs_helper(rs, ws, len, trials, i)
362  Return retval
Caller
NameDescribe
run_exercise