Lines Matching defs:stress
382 struct stress { struct
383 struct work_struct work;
384 struct ww_mutex *locks;
385 unsigned long timeout;
386 int nlocks;
426 static void dummy_load(struct stress *stress) in dummy_load()
433 struct stress *stress = container_of(work, typeof(*stress), work); in stress_inorder_work() local
492 struct stress *stress = container_of(work, typeof(*stress), work); in stress_reorder_work() local
551 struct stress *stress = container_of(work, typeof(*stress), work); in stress_one_work() local
574 static int stress(int nlocks, int nthreads, unsigned int flags) in stress() function
596 struct stress *stress; in stress() local