函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:_rs - Create a RS control struct and initialize it*@symsize: the symbol size (number of bits)*@gfpoly: the extended Galois field generator polynomial coefficients,* with the 0th coefficient in the low order bit

函数原型:static inline struct rs_control *init_rs(int symsize, int gfpoly, int fcr, int prim, int nroots)

返回类型:struct rs_control

参数:

类型参数名称
intsymsize
intgfpoly
intfcr
intprim
intnroots
101  返回:init_rs_gfp(symsize, gfpoly, fcr, prim, nroots, GFP_KERNEL)
调用者
名称描述
run_exercise