Lines Matching defs:stress
342 struct stress { struct
343 struct work_struct work;
344 struct ww_mutex *locks;
345 unsigned long timeout;
346 int nlocks;
373 static void dummy_load(struct stress *stress) in dummy_load()
380 struct stress *stress = container_of(work, typeof(*stress), work); in stress_inorder_work() local
439 struct stress *stress = container_of(work, typeof(*stress), work); in stress_reorder_work() local
499 struct stress *stress = container_of(work, typeof(*stress), work); in stress_one_work() local
524 static int stress(int nlocks, int nthreads, unsigned int flags) in stress() function
537 struct stress *stress; in stress() local