函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\reed_solomon\test_rslib.c Create Date:2022-07-27 07:56:49
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:exercise_rs

函数原型:static int exercise_rs(struct rs_control *rs, struct wspace *ws, int len, int trials)

返回类型:int

参数:

类型参数名称
struct rs_control *rs
struct wspace *ws
intlen
inttrials
353  retval等于0
356  如果v大于等于V_PROGRESS打印信息("Testing up to error correction capacity...\n")
359 i小于等于IN_PLACE循环retval或等于ex_rs_helper(rs, ws, len, trials, i)
362  返回:retval
调用者
名称描述
run_exercise