Searched defs:stress (Results 1 – 2 of 2) sorted by relevance
389 struct stress { struct390 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() local497 struct stress *stress = container_of(work, typeof(*stress), work); in stress_reorder_work() local556 struct stress *stress = container_of(work, typeof(*stress), work); in stress_one_work() local[all …]
193 static int stress(struct uffd_args *args) in stress() function