函数逻辑报告 |
Source Code:kernel\rcu\rcutorture.c |
Create Date:2022-07-27 11:22:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Carry out grace-period forward-progress testing.
函数原型:static int rcu_torture_fwd_prog(void *args)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
void * | args |
1970 | tested等于0 |
1971 | tested_tries等于0 |
1973 | VERBOSE_TOROUT_STRING("rcu_torture_fwd_progress task started") |
1974 | rcu_bind_current_to_nocb() |
1977 | 循环 |
1979 | WRITE_ONCE(rcu_fwd_emergency_stop, false) |
1980 | register_oom_notifier( & rcutorture_oom_nb) |
1983 | unregister_oom_notifier( & rcutorture_oom_nb) |
1989 | WARN_ON(!tested && tested_tries >= 5) |
1990 | 打印警报信息("%s: tested %d tested_tries %d\n", __func__, tested, tested_tries) |
1992 | 返回:0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |