Lines Matching defs:stress
384 struct stress { struct
385 struct work_struct work;
386 struct ww_mutex *locks;
387 unsigned long timeout;
388 int nlocks;
425 static void dummy_load(struct stress *stress) in dummy_load()
432 struct stress *stress = container_of(work, typeof(*stress), work); in stress_inorder_work() local
491 struct stress *stress = container_of(work, typeof(*stress), work); in stress_reorder_work() local
550 struct stress *stress = container_of(work, typeof(*stress), work); in stress_one_work() local
573 static int stress(int nlocks, int nthreads, unsigned int flags) in stress() function
595 struct stress *stress; in stress() local