Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/locking/
Dtest-ww_mutex.c384 struct stress { struct
385 struct work_struct work;
386 struct ww_mutex *locks;
387 unsigned long timeout;
388 int nlocks;
425 static void dummy_load(struct stress *stress) in dummy_load()
432 struct stress *stress = container_of(work, typeof(*stress), work); in stress_inorder_work() local
491 struct stress *stress = container_of(work, typeof(*stress), work); in stress_reorder_work() local
550 struct stress *stress = container_of(work, typeof(*stress), work); in stress_one_work() local
573 static int stress(int nlocks, int nthreads, unsigned int flags) in stress() function
[all …]
/linux-6.14.4/tools/testing/selftests/mm/
Duffd-stress.c180 static int stress(struct uffd_args *args) in stress() function