函数逻辑报告 |
Source Code:kernel\rcu\rcu_segcblist.c |
Create Date:2022-07-27 11:29:27 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| 首页 | 函数Tree |
| 注解内核,赢得工具 | 下载SCCT | English |
函数名称:Move callbacks from the specified rcu_cblist to the beginning of the* done-callbacks segment of the specified rcu_segcblist.
函数原型:void rcu_segcblist_insert_done_cbs(struct rcu_segcblist *rsclp, struct rcu_cblist *rclp)
返回类型:void
参数:
| 类型 | 参数 | 名称 |
|---|---|---|
| struct rcu_segcblist * | rsclp | |
| struct rcu_cblist * | rclp |
| 379 | 如果非head则返回 |
| 382 | WRITE_ONCE(head, head) |
| 385 | WRITE_ONCE(tails[i], tail) |
| 386 | 否则退出 |
| 388 | head = NULL |
| 名称 | 描述 |
|---|---|
| rcu_segcblist_merge | Merge the source rcu_segcblist structure into the destination* rcu_segcblist structure, then initialize the source. Any pending* callbacks from the source get to start over. It is best to* advance and accelerate both the destination and the source |
| rcu_do_batch | Invoke any RCU callbacks that have made it to the end of their grace* period. Thottle as specified by rdp->blimit. |
| 源代码转换工具 开放的插件接口 | X |
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |