Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/locking/
Dtest-ww_mutex.c342 struct stress { struct
343 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() local
439 struct stress *stress = container_of(work, typeof(*stress), work); in stress_reorder_work() local
499 struct stress *stress = container_of(work, typeof(*stress), work); in stress_one_work() local
524 static int stress(int nlocks, int nthreads, unsigned int flags) in stress() function
[all …]
/Linux-v5.4/tools/testing/selftests/vm/
Duserfaultfd.c583 static int stress(unsigned long *userfaults) in stress() function