函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:释放长期不使用控制结构

函数原型:void free_rs(struct rs_control *rs)

返回类型:void

参数:

类型参数名称
struct rs_control *rs
180  如果非rs则返回
183  cd等于codec
184  mutex_lock( & Protection for the list )
185  users自减
186  如果非users
187  删除链表项
188  kfree(alpha_to)
189  kfree(index_of)
190  kfree(genpoly)
191  kfree(cd)
193  mutex_unlock( & Protection for the list )
194  kfree(rs)
调用者
名称描述
run_exercise