Home
last modified time | relevance | path

Searched refs:stress (Results 1 – 25 of 94) sorted by relevance

1234

/openbmc/linux/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()
466 } while (!time_after(jiffies, stress->timeout)); in stress_inorder_work()
478 struct stress *stress = container_of(work, typeof(*stress), work); in stress_reorder_work() local
485 order = get_random_order(stress->nlocks); in stress_reorder_work()
489 for (n = 0; n < stress->nlocks; n++) { in stress_reorder_work()
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/stress-ng/
H A Dstress-ng_0.18.08.bb3 imposes a configurable amount of CPU, memory, I/O, and disk stress on the system."
4 HOMEPAGE = "https://github.com/ColinIanKing/stress-ng#readme"
8 SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master \
15 PROVIDES = "stress"
16 RPROVIDES:${PN} = "stress"
17 RREPLACES:${PN} = "stress"
18 RCONFLICTS:${PN} = "stress"
32 ln -s stress-ng ${D}${bindir}/stress
35 # upstream issue: https://github.com/ColinIanKing/stress-ng/issues/315
/openbmc/qemu/tests/migration/
H A Dmeson.build5 stress = executable( variable
6 'stress',
7 files('stress.c'),
14 'initrd-stress.img',
15 output: 'initrd-stress.img',
16 input: stress,
17 command: [find_program('initrd-stress.sh'), '@OUTPUT@', '@INPUT@']
H A Dstress.c217 static void stress(unsigned long long ramsizeGB, int ncpus) in stress() function
325 stress(ramsizeGB, ncpus); in main()
/openbmc/linux/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" &
/openbmc/linux/tools/testing/selftests/arm64/fp/
H A DREADME2 standalone stress tests.
13 sve-stress performs an SVE context switch stress test, as described
16 (The fpsimd-stress test works the same way; just substitute "fpsimd" for
25 $ ./sve-stress
64 KVM stress testing
67 To try to reproduce the bugs that we have been observing, sve-stress
88 2) Run the sve-stress on *each* guest with the Vector-Length set to 32:
89 guest$ ./vlset --inherit 32 ./sve-stress
91 3) Run the sve-stress on the host with the maximum Vector-Length:
92 host$ ./vlset --inherit --max ./sve-stress
[all …]
H A DMakefile8 TEST_GEN_PROGS := fp-stress \
20 TEST_PROGS_EXTENDED := fpsimd-stress sve-stress ssve-stress za-stress
H A D.gitignore2 fp-stress
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mce-test/
H A Dmakefile-remove-ldflags.patch7 diff --git a/cases/stress/hwpoison/Makefile b/cases/stress/hwpoison/Makefile
9 --- a/cases/stress/hwpoison/Makefile
10 +++ b/cases/stress/hwpoison/Makefile
/openbmc/openbmc-test-automation/systest/
H A Dnetwork_stability_test.robot3 ... By default running HTX mdt.bu profile for stress test.
20 [Documentation] Execute network stress in loop.
23 # Run the network stress test HTX_LOOP times in loop.
30 [Documentation] Execute network stress test.
63 [Documentation] Start network stress test.
/openbmc/linux/tools/testing/selftests/prctl/
H A D.gitignore2 disable-tsc-ctxt-sw-stress-test
3 disable-tsc-on-off-stress-test
H A DMakefile7 TEST_PROGS := disable-tsc-ctxt-sw-stress-test disable-tsc-on-off-stress-test \
/openbmc/linux/Documentation/admin-guide/
H A Dworkload-tracing.rst22 `stress-ng <https://www.mankier.com/1/stress-ng>`_,
67 We used strace to trace the perf, stress-ng, paxtest workloads to illustrate
92 Install stress-ng and paxtest::
94 apt-get install stress-ng
100 As mentioned earlier, we used strace to trace perf bench, stress-ng and
119 stress-ng is used for performing stress testing on the kernel. It allows
124 to the `stress-ng man-page <https://www.mankier.com/1/stress-ng>`_ to
176 * stress-ng
254 What is stress-ng and how do we use it?
257 As mentioned earlier, stress-ng is used for performing stress testing on
[all …]
/openbmc/linux/tools/testing/selftests/mm/
H A D.gitignore20 transhuge-stress
25 uffd-stress
H A DMakefile66 TEST_GEN_FILES += transhuge-stress
67 TEST_GEN_FILES += uffd-stress
123 $(OUTPUT)/uffd-stress: uffd-common.c
H A Duffd-stress.c179 static int stress(struct uffd_args *args) in stress() function
326 if (stress(args)) in userfaultfd_stress()
H A Drun_vmtests.sh271 uffd_stress_bin=./uffd-stress
380 CATEGORY="thp" run_test ./transhuge-stress -d 20
/openbmc/openbmc/poky/meta/recipes-support/libusb/
H A Dlibusb1_1.0.27.bb41 oe_runmake -C tests stress
45 install -m 755 ${B}/tests/stress ${D}${PTEST_PATH}
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/fio/
H A Dfio_3.38.bb1 SUMMARY = "Filesystem and hardware benchmark and stress tool"
3 stress/hardware verification. It has support for a number of I/O engines, \
/openbmc/openbmc-test-automation/extended/
H A Dtest_bmc_upload_stability.robot3 Documentation Module to stress-test REST upload stability.
32 [Documentation] Execute upload stress testing.
/openbmc/openbmc/poky/meta/recipes-support/libusb/libusb1/
H A Drun-ptest7 ./stress | { \
/openbmc/u-boot/cmd/aspeed/
H A DKconfig9 bool "ASPEED DRAM controller stress test"
/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/
H A Drt-tests_git.bb34 RDEPENDS:${PN}-ptest += " stress-ng python3 python3-multiprocessing python3-datetime python3-misc"
/openbmc/linux/lib/
H A DKconfig.kfence81 this option is to stress test KFENCE with concurrent error reports
82 and allocations/frees. A value of 0 disables stress testing logic.
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/
H A D0001-add-explict-static_cast-size_t-to-maxMemoryUsageByte.patch33 // We spill to disk in debug mode, regardless of allowDiskUse, to stress the system.

1234