函数逻辑报告 |
Source Code:kernel\torture.c |
Create Date:2022-07-27 15:11:49 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Absorb kthreads into a kernel function that won't return, so that* they won't ever access module text or data again.
函数原型:void torture_shutdown_absorb(const char *title)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | title |
名称 | 描述 |
---|---|
rcu_torture_boost | |
rcu_torture_stats | Periodically prints torture statistics, if periodic statistics printing* was specified via the stat_interval module parameter. |
rcu_torture_stall | CPU-stall kthread. It waits as specified by stall_cpu_holdoff, then* induces a CPU stall for the time specified by stall_cpu. |
torture_shuffle | Shuffle tasks across CPUs, with the intent of allowing each CPU in the* system to become idle at a time and cut off its timer ticks. This is meant* to test the support for such tickless idle CPU in RCU. |
stutter_wait | Block until the stutter interval ends. This must be called periodically* by all running kthreads that need to be subject to stuttering. |
torture_stutter | Cause the torture test to "stutter", starting and stopping all* threads periodically. |
torture_kthread_stopping | Each kthread must wait for kthread_should_stop() before returning from* its top-level function, otherwise segfaults ensue |
lock_torture_stats | Periodically prints torture statistics, if periodic statistics printing* was specified via the stat_interval module parameter.* No need to worry about fullstop here, since this one doesn't reference* volatile state or register callbacks. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |