函数逻辑报告 |
Source Code:kernel\rcu\tree_stall.h |
Create Date:2022-07-27 11:28:12 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:This function checks for grace-period requests that fail to motivate* RCU to come out of its idle mode.
函数原型:static void rcu_check_gp_start_stall(struct rcu_node *rnp, struct rcu_data *rdp, const unsigned long gpssdelay)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct rcu_node * | rnp | |
struct rcu_data * | rdp | |
const unsigned long | gpssdelay |
617 | 如果time_before(j, READ_ONCE(Time of last GP request ) + gpssdelay)或time_before(j, READ_ONCE(Time of last GP kthread ) + gpssdelay)或atomic_read( & warned)则返回 |
630 | 返回 |
642 | 如果rnp_root不等于rnp则raw_spin_unlock_rcu_node(rnp_root) |
646 | 返回 |
648 | WARN_ON(1) |
649 | 如果rnp_root不等于rnp则raw_spin_unlock_rcu_node(rnp_root) |
名称 | 描述 |
---|---|
rcu_core | Perform RCU core processing work for the current CPU. |
rcu_fwd_progress_check | Do a forward-progress check for rcutorture. This is normally invoked* due to an OOM event. The argument "j" gives the time period during* which rcutorture would like progress to have been made. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |