调用者名称 | 描述 |
lock_torture_reader | Lock torture reader kthread. Repeatedly acquires and releases* the reader lock. |
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_fakewriter | RCU torture fake writer kthread. Repeatedly calls sync, with a random* delay between calls. |
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_fwd_prog | Carry out grace-period forward-progress testing. |
lock_torture_writer | Lock torture writer kthread. Repeatedly acquires and releases* the lock, checking for duplicate acquisitions. |