Function report |
Source Code:kernel\time\timer.c |
Create Date:2022-07-28 10:40:03 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:We can use __set_current_state() here because schedule_timeout() calls* schedule() unconditionally.
Proto:signed long __sched schedule_timeout_interruptible(signed long timeout)
Type:signed long
Parameter:
Type | Parameter | Name |
---|---|---|
signed long | timeout |
Name | Describe |
---|---|
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. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |