Searched defs:stress (Results 1 – 2 of 2) sorted by relevance
355 struct stress { struct356 struct work_struct work;357 struct ww_mutex *locks;358 unsigned long timeout;359 int nlocks;386 static void dummy_load(struct stress *stress) in dummy_load()393 struct stress *stress = container_of(work, typeof(*stress), work); in stress_inorder_work() local452 struct stress *stress = container_of(work, typeof(*stress), work); in stress_reorder_work() local512 struct stress *stress = container_of(work, typeof(*stress), work); in stress_one_work() local537 static int stress(int nlocks, int nthreads, unsigned int flags) in stress() function[all …]
564 static int stress(unsigned long *userfaults) in stress() function