函数逻辑报告 |
Source Code:kernel\rcu\rcutorture.c |
Create Date:2022-07-27 11:22:24 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:CPU-stall kthread. It waits as specified by stall_cpu_holdoff, then* induces a CPU stall for the time specified by stall_cpu.
函数原型:static int rcu_torture_stall(void *args)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
void * | args |
1598 | VERBOSE_TOROUT_STRING("rcu_torture_stall task started") |
1599 | 如果stall_cpu_holdoff大于0则 |
1600 | VERBOSE_TOROUT_STRING("rcu_torture_stall begin holdoff") |
1602 | VERBOSE_TOROUT_STRING("rcu_torture_stall end holdoff") |
1608 | 如果stall_cpu_irqsoff则禁止中断() |
1610 | 否则禁止抢占() |
1614 | 当ULONG_CMP_LT((unsignedlong)me64_t base interfaces, stop_at)循环 |
1616 | 继续下一循环 |
1617 | 如果stall_cpu_irqsoff则开中断() |
1619 | 否则禁用抢占和中断() |
1622 | 打印警报信息("rcu_torture_stall end.\n") |
1626 | schedule_timeout_interruptible(10 * HZ) |
1627 | 返回:0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |