Home
last modified time | relevance | path

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

/linux/kernel/locking/
H A Dtest-ww_mutex.c384 struct stress { struct
425 static void dummy_load(struct stress *stress) in dummy_load() argument
432 struct stress *stress = container_of(work, typeof(*stress), work); in stress_inorder_work() local
385 workstress global() argument
386 locksstress global() argument
387 timeoutstress global() argument
388 nlocksstress global() argument
491 struct stress *stress = container_of(work, typeof(*stress), work); stress_reorder_work() local
550 struct stress *stress = container_of(work, typeof(*stress), work); stress_one_work() local
573 static int stress(int nlocks, int nthreads, unsigned int flags) stress() function
595 struct stress *stress; stress() local
[all...]
/linux/tools/testing/selftests/mm/
H A Duffd-stress.c180 static int stress(struct uffd_args *args) in stress() function