Home
last modified time | relevance | path

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

/openbmc/linux/kernel/locking/
H A Dtest-ww_mutex.c382 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 …]
/openbmc/qemu/tests/migration/
H A Dmeson.build5 stress = executable( variable
H A Dstress.c217 static void stress(unsigned long long ramsizeGB, int ncpus) in stress() function
/openbmc/linux/tools/testing/selftests/mm/
H A Duffd-stress.c179 static int stress(struct uffd_args *args) in stress() function