Searched defs:stress (Results 1 – 2 of 2) sorted by relevance
342 struct stress { struct343 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() local439 struct stress *stress = container_of(work, typeof(*stress), work); in stress_reorder_work() local499 struct stress *stress = container_of(work, typeof(*stress), work); in stress_one_work() local524 static int stress(int nlocks, int nthreads, unsigned int flags) in stress() function[all …]
583 static int stress(unsigned long *userfaults) in stress() function