Home
last modified time | relevance | path

Searched refs:torture (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/Documentation/RCU/
Dtorture.txt8 be loaded to run a torture test. The test periodically outputs
10 command (perhaps grepping for "torture"). The test is started
18 whether the RCU torture tests are to be started immediately during
24 You will normally -not- want to start the RCU torture tests during boot
127 stat_interval The number of seconds between output of torture
213 …rcu-torture:--- Start of test: nreaders=16 nfakewriters=4 stat_interval=30 verbose=0 test_no_idle_…
214 …rcu-torture: rtc: (null) ver: 155441 tfle: 0 rta: 155441 rtaf: 8884 rtf: 155440 rtmbe: 0…
215 rcu-torture: Reader Pipe: 727860534 34213 0 0 0 0 0 0 0 0 0
216 rcu-torture: Reader Batch: 727877838 17003 0 0 0 0 0 0 0 0 0
217 …rcu-torture: Free-Block Circulation: 155440 155440 155440 155440 155440 155440 155440 155440 1554…
[all …]
D00-INDEX29 torture.txt
DRTFP.txt1413 ,Title="{[PATCH]} {RCU} torture testing"
2205 Realtime RCU and torture-testing RCU uses.
/linux-4.1.27/Documentation/locking/
Dlocktorture.txt6 that runs torture tests on core kernel locking primitives. The kernel
10 grepping for "torture"). The test is started when the module is loaded,
14 This torture test consists of creating a number of kernel threads which
37 torture_type Type of lock to torture. By default, only spinlocks will
38 be tortured. This module can torture the following locks,
103 high-level errors and reports from the main 'torture'
111 spin_lock-torture: Writes: Total: 93746064 Max/Min: 0/0 Fail: 0
131 The following script may be used to torture locks:
138 dmesg | grep torture:
147 Also see: Documentation/RCU/torture.txt
/linux-4.1.27/tools/testing/selftests/rcutorture/bin/
Dparse-torture.sh30 T=/tmp/parse-torture.sh.$$
44 echo $title unreadable torture output file: $file
Dkvm.sh152 --torture)
153 checkarg --torture "(suite name)" "$#" "$2" '^\(lock\|rcu\)$' '^--'
Dkvm-recheck.sh47 parse-torture.sh $i/console.log $configfile
Dkvm-test-1-run.sh107 echo Do the torture scripts know about your architecture?
/linux-4.1.27/drivers/mtd/ubi/
Dwl.c439 int torture) in sync_erase() argument
455 err = ubi_io_sync_erase(ubi, e->pnum, torture); in sync_erase()
583 int vol_id, int lnum, int torture) in schedule_erase() argument
590 e->pnum, e->ec, torture); in schedule_erase()
600 wl_wrk->torture = torture; in schedule_erase()
616 int vol_id, int lnum, int torture) in do_sync_erase() argument
629 wl_wrk->torture = torture; in do_sync_erase()
648 int err, scrubbing = 0, torture = 0, protect = 0, erroneous = 0; local
815 torture = 1;
909 err = do_sync_erase(ubi, e2, vol_id, lnum, torture);
[all …]
Dubi.h770 int torture; member
852 int pnum, int torture);
860 int lnum, int torture);
870 int ubi_io_sync_erase(struct ubi_device *ubi, int pnum, int torture);
Dfastmap-wl.c292 int lnum, int torture) in ubi_wl_put_fm_peb() argument
318 return schedule_erase(ubi, e, vol_id, lnum, torture); in ubi_wl_put_fm_peb()
Dio.c568 int ubi_io_sync_erase(struct ubi_device *ubi, int pnum, int torture) in ubi_io_sync_erase() argument
589 if (torture) { in ubi_io_sync_erase()
/linux-4.1.27/lib/
DKconfig.debug1070 tristate "torture tests for locking"
1075 This option provides a kernel module that runs torture tests
1079 Say Y here if you want kernel locking-primitive torture tests
1081 Say M if you want these torture tests to build as a module.
1232 tristate "torture tests for RCU"
1238 This option provides a kernel module that runs torture tests
1242 Say Y here if you want RCU torture tests to be built into
1244 Say M if you want the RCU torture tests to build as a module.
1248 bool "torture tests for RCU runnable by default"
1252 This option provides a way to build the RCU torture tests
[all …]
/linux-4.1.27/kernel/
DMakefile100 obj-$(CONFIG_TORTURE_TEST) += torture.o
/linux-4.1.27/
DMAINTAINERS8188 F: Documentation/RCU/torture.txt
8229 X: Documentation/RCU/torture.txt
8233 X: kernel/torture.c