Searched defs:stress (Results 1 – 2 of 2) sorted by relevance
382 struct stress { struct383 struct work_struct work;384 struct ww_mutex *locks;385 unsigned long timeout;386 int nlocks;413 static void dummy_load(struct stress *stress) in dummy_load()420 struct stress *stress = container_of(work, typeof(*stress), work); in stress_inorder_work() local479 struct stress *stress = container_of(work, typeof(*stress), work); in stress_reorder_work() local539 struct stress *stress = container_of(work, typeof(*stress), work); in stress_one_work() local564 static int stress(int nlocks, int nthreads, unsigned int flags) in stress() function[all …]
828 static int stress(struct uffd_stats *uffd_stats) in stress() function