函数逻辑报告 |
Source Code:kernel\time\timer.c |
Create Date:2022-07-27 11:39:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:We can use __set_current_state() here because schedule_timeout() calls* schedule() unconditionally.
函数原型:signed long __sched schedule_timeout_interruptible(signed long timeout)
返回类型:signed long
参数:
类型 | 参数 | 名称 |
---|---|---|
signed long | timeout |
名称 | 描述 |
---|---|
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. |
srcu_read_delay | |
rcu_torture_boost | |
rcu_torture_fqs | RCU torture force-quiescent-state kthread. Repeatedly induces* bursts of calls to force_quiescent_state(), increasing the probability* of occurrence of some important types of race conditions. |
rcu_torture_writer | RCU torture writer kthread. Repeatedly substitutes a new structure* for that pointed to by rcu_torture_current, freeing the old structure* after a series of grace periods (the "pipeline"). |
rcu_torture_reader | 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. |
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. |
rcu_torture_fwd_prog_cr | Carry out call_rcu() forward-progress testing. |
rcu_torture_fwd_prog | Carry out grace-period forward-progress testing. |
rcu_torture_barrier | kthread function to drive and coordinate RCU barrier testing. |
rcu_perf_writer | RCU perf writer kthread. Repeatedly does a grace period. |
rcu_cpu_kthread | Per-CPU kernel thread that invokes RCU callbacks. This replaces* the RCU softirq used in configurations of RCU that do not support RCU* priority boosting. |
msleep_interruptible | msleep_interruptible - sleep waiting for signals*@msecs: Time in milliseconds to sleep for |
watchdog | kthread which checks for tasks stuck in D state |
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. |
kmemleak_scan_thread | Thread function performing automatic memory scanning. Unreferenced objects* at the end of a memory scan are reported but only the first time. |
maybe_create_worker | maybe_create_worker - create a new worker if necessary*@pool: pool to create a new worker for* Create a new worker for @pool if necessary |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |