Searched defs:stress (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/kernel/locking/ |
| D | test-ww_mutex.c | 342 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 438 struct stress *stress = container_of(work, typeof(*stress), work); in stress_reorder_work() local 497 struct stress *stress = container_of(work, typeof(*stress), work); in stress_one_work() local 520 static int stress(int nlocks, int nthreads, unsigned int flags) in stress() function [all …]
|
| /kernel/linux/linux-6.6/kernel/locking/ |
| D | test-ww_mutex.c | 382 struct stress { struct 383 struct work_struct work; 384 struct ww_mutex *locks; 385 unsigned long timeout; 386 int nlocks; 413 static void dummy_load(struct stress *stress) in dummy_load() 420 struct stress *stress = container_of(work, typeof(*stress), work); in stress_inorder_work() local 478 struct stress *stress = container_of(work, typeof(*stress), work); in stress_reorder_work() local 537 struct stress *stress = container_of(work, typeof(*stress), work); in stress_one_work() local 560 static int stress(int nlocks, int nthreads, unsigned int flags) in stress() function [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
| D | uffd-stress.c | 179 static int stress(struct uffd_args *args) in stress() function
|
| /kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
| D | userfaultfd.c | 711 static int stress(struct uffd_stats *uffd_stats) in stress() function
|