Home
last modified time | relevance | path

Searched defs:stress (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/kernel/locking/
Dtest-ww_mutex.c355 struct stress { struct
356 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() local
452 struct stress *stress = container_of(work, typeof(*stress), work); in stress_reorder_work() local
512 struct stress *stress = container_of(work, typeof(*stress), work); in stress_one_work() local
537 static int stress(int nlocks, int nthreads, unsigned int flags) in stress() function
[all …]
/Linux-v4.19/tools/testing/selftests/vm/
Duserfaultfd.c564 static int stress(unsigned long *userfaults) in stress() function