Home
last modified time | relevance | path

Searched refs:stress (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/kernel/locking/
H A Dtest-ww_mutex.c342 struct stress { struct
373 static void dummy_load(struct stress *stress) in dummy_load() argument
380 struct stress *stress = container_of(work, typeof(*stress), work); in stress_inorder_work() local
381 const int nlocks = stress->nlocks; in stress_inorder_work()
382 struct ww_mutex *locks = stress->locks; in stress_inorder_work()
406 dummy_load(stress); in stress_inorder_work()
420 pr_err_once("stress ( in stress_inorder_work()
438 struct stress *stress = container_of(work, typeof(*stress), work); stress_reorder_work() local
497 struct stress *stress = container_of(work, typeof(*stress), work); stress_one_work() local
520 static int stress(int nlocks, int nthreads, unsigned int flags) stress() function
542 struct stress *stress; stress() local
[all...]
/kernel/linux/linux-6.6/kernel/locking/
H A Dtest-ww_mutex.c382 struct stress { struct
413 static void dummy_load(struct stress *stress) in dummy_load() argument
420 struct stress *stress = container_of(work, typeof(*stress), work); in stress_inorder_work() local
421 const int nlocks = stress->nlocks; in stress_inorder_work()
422 struct ww_mutex *locks = stress->locks; in stress_inorder_work()
446 dummy_load(stress); in stress_inorder_work()
460 pr_err_once("stress ( in stress_inorder_work()
478 struct stress *stress = container_of(work, typeof(*stress), work); stress_reorder_work() local
537 struct stress *stress = container_of(work, typeof(*stress), work); stress_one_work() local
560 static int stress(int nlocks, int nthreads, unsigned int flags) stress() function
582 struct stress *stress; stress() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/security/
H A Dmitigation-patching.sh55 if stress-ng > /dev/null 2>&1; then
56 stress="stress-ng"
57 elif stress > /dev/null 2>&1; then
58 stress="stress"
60 stress=""
63 if [[ -n "$stress" ]]; then
64 "$stress" -m "$(nproc)" -t "$TIMEOUT" &
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/
H A DMakefile8 TEST_GEN_PROGS := fp-stress \
20 TEST_PROGS_EXTENDED := fpsimd-stress sve-stress ssve-stress za-stress
/kernel/linux/linux-5.10/tools/testing/selftests/prctl/
H A DMakefile7 TEST_PROGS := disable-tsc-ctxt-sw-stress-test disable-tsc-on-off-stress-test \
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/fp/
H A DMakefile5 TEST_PROGS_EXTENDED := fpsimd-test fpsimd-stress sve-test sve-stress vlset
/kernel/linux/linux-6.6/tools/testing/selftests/prctl/
H A DMakefile7 TEST_PROGS := disable-tsc-ctxt-sw-stress-test disable-tsc-on-off-stress-test \
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A DMakefile64 TEST_GEN_FILES += transhuge-stress
65 TEST_GEN_FILES += uffd-stress
121 $(OUTPUT)/uffd-stress: uffd-common.c
H A Drun_vmtests.sh245 uffd_stress_bin=./uffd-stress
350 CATEGORY="thp" run_test ./transhuge-stress -d 20
H A Duffd-stress.c57 "./uffd-stress anon 100 99999\n\n"
59 "./uffd-stress shmem 1000 99\n\n"
61 "./uffd-stress hugetlb 256 50\n\n"
63 "./uffd-stress hugetlb-private 256 50\n\n"
66 "while ./uffd-stress anon $[RANDOM % 6000 + 10] 999; do true; done\n\n";
70 fprintf(stderr, "\nUsage: ./uffd-stress <test type> <MiB> <bounces>\n\n"); in usage()
179 static int stress(struct uffd_args *args) in stress() function
326 if (stress(args)) in userfaultfd_stress()
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H A DMakefile38 TEST_GEN_FILES += transhuge-stress
H A Duserfaultfd.c711 static int stress(struct uffd_stats *uffd_stats) in stress() function
1373 if (stress(uffd_stats)) in userfaultfd_stress()

Completed in 8 milliseconds