函数逻辑报告 |
Source Code:kernel\rcu\rcutorture.c |
Create Date:2022-07-27 11:22:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:If forward-progress checking is requested and feasible, spawn the thread.
函数原型:static int __init rcu_torture_fwd_prog_init(void)
返回类型:int
参数:无
1998 | 如果非fwd_progress则返回:0 |
2000 | 如果非stall_dur或stall_dur()小于等于0或cur_ops恒等于rcu_busted_ops则 |
2002 | VERBOSE_TOROUT_STRING("rcu_torture_fwd_prog_init: Disabled, unsupported by RCU flavor under test") |
2003 | 返回:0 |
2005 | 如果stall_cpu大于0则 |
2006 | VERBOSE_TOROUT_STRING("rcu_torture_fwd_prog_init: Disabled, conflicts with CPU-stall testing") |
2007 | 如果IS_MODULE(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'm', 0* otherwise.(CONFIG_RCU_TORTURE_TESTS)则返回:负EINVAL |
2009 | WARN_ON(1) |
2010 | 返回:0 |
2012 | 如果fwd_progress_holdoff小于等于0则fwd_progress_holdoff等于1 |
2014 | 如果fwd_progress_div小于等于0则fwd_progress_div等于4 |
2016 | 返回:torture_create_kthread(Carry out grace-period forward-progress testing. , NULL, fwd_prog_task) |
名称 | 描述 |
---|---|
rcu_torture_init |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |