Searched defs:stress (Results 1 – 2 of 2) sorted by relevance
384 struct stress { struct385 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() local491 struct stress *stress = container_of(work, typeof(*stress), work); in stress_reorder_work() local550 struct stress *stress = container_of(work, typeof(*stress), work); in stress_one_work() local573 static int stress(int nlocks, int nthreads, unsigned int flags) in stress() function[all …]
180 static int stress(struct uffd_args *args) in stress() function