Lines Matching defs:stress
389 struct stress { struct
390 struct work_struct work;
391 struct ww_mutex *locks;
392 struct ww_class *class;
393 unsigned long timeout;
394 int nlocks;
431 static void dummy_load(struct stress *stress) in dummy_load()
438 struct stress *stress = container_of(work, typeof(*stress), work); in stress_inorder_work() local
497 struct stress *stress = container_of(work, typeof(*stress), work); in stress_reorder_work() local
556 struct stress *stress = container_of(work, typeof(*stress), work); in stress_one_work() local
579 static int stress(struct ww_class *class, int nlocks, int nthreads, unsigned int flags) in stress() function
600 struct stress *stress; in stress() local