函数逻辑报告 |
Source Code:kernel\rcu\rcutorture.c |
Create Date:2022-07-27 11:22:12 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:RCU torture reader kthread. Repeatedly dereferences rcu_torture_current,* incrementing the corresponding element of the pipeline array. The* counter in the element should never be greater than 1, otherwise, the* RCU implementation is broken.
函数原型:static int rcu_torture_reader(void *arg)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
void * | arg |
1359 | mynumonline等于myid |
1363 | VERBOSE_TOROUT_STRING("rcu_torture_reader task started") |
1364 | set_user_nice(当前进程, MAX_NICE) |
1368 | 循环 |
1369 | 如果irqreader且irq_capable则 |
1376 | schedule_timeout_interruptible(1) |
1380 | schedule_timeout_interruptible(HZ / 5) |
1383 | 如果irqreader且irq_capable则 |
1384 | del_timer_sync( & t) |
1385 | destroy_timer_on_stack( & t) |
1389 | 返回:0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |