| /OK3568_Linux_fs/kernel/kernel/locking/ |
| H A D | test-ww_mutex.c | 342 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() 426 } while (!time_after(jiffies, stress->timeout)); in stress_inorder_work() 429 kfree(stress); in stress_inorder_work() 439 struct stress *stress = container_of(work, typeof(*stress), work); in stress_reorder_work() local 446 order = get_random_order(stress->nlocks); in stress_reorder_work() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/stress-ng/ |
| H A D | stress-ng_0.13.12.bb | 3 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 \ 9 file://0001-stress-cpu-disable-float128-math-on-powerpc64-to-avo.patch \ 16 PROVIDES = "stress" 17 RPROVIDES:${PN} = "stress" 18 RREPLACES:${PN} = "stress" 19 RCONFLICTS:${PN} = "stress" 25 ln -s stress-ng ${D}${bindir}/stress
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/stress-ng/stress-ng-0.13.12/ |
| H A D | 0001-stress-cpu-disable-float128-math-on-powerpc64-to-avo.patch | 4 Subject: [PATCH] stress-cpu: disable float128 math on powerpc64 to avoid 12 root@qemuppc64:~# stress-ng --cpu 2 --timeout 30s 13 stress-ng: info: [972] setting to a 30 second run per stressor 14 stress-ng: info: [972] dispatching hogs: 2 cpu 15 stress-ng: info: [973] stressor terminated with unexpected signal signal 4 'SIGILL' 23 stress-cpu.c | 4 ++++ 26 diff --git a/stress-cpu.c b/stress-cpu.c 28 --- a/stress-cpu.c 29 +++ b/stress-cpu.c
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/fp/ |
| H A D | README | 2 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 D | Makefile | 5 TEST_PROGS_EXTENDED := fpsimd-test fpsimd-stress sve-test sve-stress vlset
|
| /OK3568_Linux_fs/buildroot/package/stress-ng/ |
| H A D | Config.in | 2 bool "stress-ng" 10 stress-ng will stress test a computer system in various 15 https://github.com/ColinIanKing/stress-ng 17 comment "stress-ng needs a toolchain w/ headers >= 3.3"
|
| H A D | stress-ng.mk | 8 STRESS_NG_SITE = $(call github,ColinIanKing,stress-ng,V$(STRESS_NG_VERSION)) 28 $(INSTALL) -m 0755 -D $(@D)/stress-ng $(TARGET_DIR)/usr/bin/stress-ng
|
| H A D | stress-ng.hash | 2 sha256 1973b142b9b731952dd4ce77c3618a7e3c62494587e23bf37c8683503d048f68 stress-ng-0.13.01.tar.gz
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/mcelog/mce-test/ |
| H A D | makefile-remove-ldflags.patch | 7 diff --git a/cases/stress/hwpoison/Makefile b/cases/stress/hwpoison/Makefile 9 --- a/cases/stress/hwpoison/Makefile 10 +++ b/cases/stress/hwpoison/Makefile
|
| /OK3568_Linux_fs/buildroot/package/stress/ |
| H A D | Config.in | 2 bool "stress" 7 disk stress on the system. 9 http://people.seas.harvard.edu/~apw/stress/
|
| H A D | stress.hash | 2 sha256 057e4fc2a7706411e1014bf172e4f94b63a12f18412378fca8684ca92408825b stress-1.0.4.tar.gz
|
| H A D | stress.mk | 8 STRESS_SITE = http://people.seas.harvard.edu/~apw/stress
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/prctl/ |
| H A D | .gitignore | 2 disable-tsc-ctxt-sw-stress-test 3 disable-tsc-on-off-stress-test
|
| H A D | Makefile | 7 TEST_PROGS := disable-tsc-ctxt-sw-stress-test disable-tsc-on-off-stress-test \
|
| /OK3568_Linux_fs/buildroot/package/rockchip/rockchip-test/ |
| H A D | Config.in | 2 bool "stress test tools" 10 function test for Rockchip stress test
|
| /OK3568_Linux_fs/buildroot/package/lvgl/lvgl_demo/ |
| H A D | Config.in | 26 bool "lvgl demo stress" 28 Enbale lvgl demo stress
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libusb/ |
| H A D | libusb1_1.0.26.bb | 39 oe_runmake -C tests stress 43 install -m 755 ${B}/tests/.libs/stress ${D}${PTEST_PATH}
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/fio/ |
| H A D | fio_3.30.bb | 1 SUMMARY = "Filesystem and hardware benchmark and stress tool" 3 stress/hardware verification. It has support for a number of I/O engines, \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libusb/libusb1/ |
| H A D | run-ptest | 7 ./stress | { \
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | .gitignore | 12 transhuge-stress
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | Kconfig.kfence | 65 this option is to stress test KFENCE with concurrent error reports 66 and allocations/frees. A value of 0 disables stress testing logic.
|
| /OK3568_Linux_fs/buildroot/package/fio/ |
| H A D | Config.in | 13 and stress/hardware verification.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-rt/rt-tests/ |
| H A D | rt-tests_git.bb | 33 RDEPENDS:${PN}-ptest += " stress-ng python3 python3-multiprocessing python3-datetime python3-misc"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
| H A D | 0001-add-explict-static_cast-size_t-to-maxMemoryUsageByte.patch | 33 // We spill to disk in debug mode, regardless of allowDiskUse, to stress the system.
|
| /OK3568_Linux_fs/buildroot/package/samba4/ |
| H A D | Config.in | 54 It's normally used for validation and stress testing.
|