函数逻辑报告 | 
Source Code:kernel\hung_task.c | 
Create Date:2022-07-27 12:49:40 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:To avoid extending the RCU grace period for an unbounded amount of time,* periodically exit the critical section and enter a new one.* For preemptible RCU it is sufficient to call rcu_read_unlock in order* to exit the grace period
函数原型:static bool rcu_lock_break(struct task_struct *g, struct task_struct *t)
返回类型:bool
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct task_struct * | g | |
| struct task_struct * | t | 
| 156 | get_task_struct(g) | 
| 157 | get_task_struct(t) | 
| 159 | cond_resched() | 
| 162 | put_task_struct(t) | 
| 163 | put_task_struct(g) | 
| 165 | 返回:can_cont | 
| 名称 | 描述 | 
|---|---|
| check_hung_uninterruptible_tasks | Check whether a TASK_UNINTERRUPTIBLE does not get woken up for* a really long time (120 seconds). If that happens, print out* a warning. | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |