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.c389 struct stress { struct
390 struct work_struct work;
391 struct ww_mutex *locks;
392 struct ww_class *class;
393 unsigned long timeout;
394 int nlocks;
431 static void dummy_load(struct stress *stress) in dummy_load()
438 struct stress *stress = container_of(work, typeof(*stress), work); in stress_inorder_work() local
497 struct stress *stress = container_of(work, typeof(*stress), work); in stress_reorder_work() local
556 struct stress *stress = container_of(work, typeof(*stress), work); in stress_one_work() local
[all …]
/linux/tools/testing/selftests/mm/
H A Duffd-stress.c193 static int stress(struct uffd_args *args) in stress() function