Home
last modified time | relevance | path

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

12

/Linux-v6.6/kernel/locking/
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()
469 kfree(stress); in stress_inorder_work()
479 struct stress *stress = container_of(work, typeof(*stress), work); in stress_reorder_work() local
486 order = get_random_order(stress->nlocks); in stress_reorder_work()
[all …]
/Linux-v6.6/tools/testing/selftests/powerpc/security/
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" &
/Linux-v6.6/tools/testing/selftests/arm64/fp/
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 …]
DMakefile8 TEST_GEN_PROGS := fp-stress \
20 TEST_PROGS_EXTENDED := fpsimd-stress sve-stress ssve-stress za-stress
D.gitignore2 fp-stress
/Linux-v6.6/tools/testing/selftests/prctl/
D.gitignore2 disable-tsc-ctxt-sw-stress-test
3 disable-tsc-on-off-stress-test
DMakefile7 TEST_PROGS := disable-tsc-ctxt-sw-stress-test disable-tsc-on-off-stress-test \
/Linux-v6.6/Documentation/admin-guide/
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 …]
/Linux-v6.6/tools/testing/selftests/mm/
D.gitignore20 transhuge-stress
25 uffd-stress
DMakefile64 TEST_GEN_FILES += transhuge-stress
65 TEST_GEN_FILES += uffd-stress
121 $(OUTPUT)/uffd-stress: uffd-common.c
Duffd-stress.c179 static int stress(struct uffd_args *args) in stress() function
326 if (stress(args)) in userfaultfd_stress()
Drun_vmtests.sh245 uffd_stress_bin=./uffd-stress
350 CATEGORY="thp" run_test ./transhuge-stress -d 20
/Linux-v6.6/lib/
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.
/Linux-v6.6/tools/memory-model/Documentation/
Daccess-marking.txt520 When designing stress tests it is important to ensure that race conditions
550 invoked concurrently, the stress test should force this concurrency to
551 actually happen. KCSAN can evaluate the stress test when the above code
583 If a given stress-test run does not result in KCSAN complaints from
585 stress test needs improvement. If the stress test was to be evaluated
588 false positives when not evaluating the stress test.
/Linux-v6.6/drivers/net/ethernet/freescale/fman/
DKconfig40 stress with multiple ports injecting line-rate traffic.
/Linux-v6.6/Documentation/locking/
Dlocktorture.rst34 Number of kernel threads that will stress exclusive lock
39 Number of kernel threads that will stress shared lock
/Linux-v6.6/Documentation/admin-guide/cifs/
Dauthors.rst69 …and SuSE and Citrix and RedHat testers for finding multiple bugs during excellent stress test runs.
/Linux-v6.6/Documentation/mm/
Dhwpoison.rst152 value). This allows stress testing of many kinds of
/Linux-v6.6/Documentation/power/regulator/
Dconsumer.rst180 consumers under regulator stress or failure conditions.
/Linux-v6.6/Documentation/power/
Dsuspend-and-cpuhotplug.rst272 2. If a regular CPU hotplug stress test happens to race with the freezer due
/Linux-v6.6/Documentation/gpu/amdgpu/display/
Dmpo-overview.rst61 configurations using more than 4 planes. Again, it is important to stress that
/Linux-v6.6/kernel/trace/
DKconfig909 tristate "Ring buffer benchmark stress tester"
912 This option creates a test to stress the ring buffer and benchmark it.
1061 to the ring buffer, to test/stress the nesting ability.
/Linux-v6.6/kernel/rcu/
DKconfig152 systems, but if you are stress-testing the RCU implementation
/Linux-v6.6/drivers/usb/misc/
DKconfig205 with specialized device firmware for regression and stress testing,
/Linux-v6.6/Documentation/core-api/
Dpin_user_pages.rst66 field, refcount overflows were seen in some huge page stress tests.

12