Lines Matching full:test
2 * rcutorture.c: simple user-level performance/stress test of RCU.
6 * Run a read-side performance test with the specified
9 * Run an update-side performance test with the specified
12 * Run a combined read/update performance test with the specified
21 * during the test, the number of reader threads, the number of updater
22 * threads, and the duration of the test in seconds. The second line
27 * Run a stress test with the specified number of readers and
30 * This test produces output as follows:
59 * Test variables.
98 qemu_thread_create(&threads[n_threads], "test", func, &data[n_threads], in create_thread()
114 * Performance test.
226 * Stress test.
290 * Stress Test Updater