Home
last modified time | relevance | path

Searched refs:stress (Results 1 – 3 of 3) sorted by relevance

/kernel/locking/
Dtest-ww_mutex.c382 struct stress { struct
413 static void dummy_load(struct stress *stress) in dummy_load() argument
420 struct stress *stress = container_of(work, typeof(*stress), work); in stress_inorder_work() local
421 const int nlocks = stress->nlocks; in stress_inorder_work()
422 struct ww_mutex *locks = stress->locks; in stress_inorder_work()
446 dummy_load(stress); in stress_inorder_work()
466 } while (!time_after(jiffies, stress->timeout)); in stress_inorder_work()
478 struct stress *stress = container_of(work, typeof(*stress), work); in stress_reorder_work() local
485 order = get_random_order(stress->nlocks); in stress_reorder_work()
489 for (n = 0; n < stress->nlocks; n++) { in stress_reorder_work()
[all …]
/kernel/trace/
DKconfig854 tristate "Ring buffer benchmark stress tester"
857 This option creates a test to stress the ring buffer and benchmark it.
1006 to the ring buffer, to test/stress the nesting ability.
/kernel/rcu/
DKconfig157 systems, but if you are stress-testing the RCU implementation