Home
last modified time | relevance | path

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

/linux-4.4.14/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
200 …rcu-torture:--- Start of test: nreaders=16 nfakewriters=4 stat_interval=30 verbose=0 test_no_idle_…
201 …rcu-torture: rtc: (null) ver: 155441 tfle: 0 rta: 155441 rtaf: 8884 rtf: 155440 rtmbe: 0…
202 rcu-torture: Reader Pipe: 727860534 34213 0 0 0 0 0 0 0 0 0
203 rcu-torture: Reader Batch: 727877838 17003 0 0 0 0 0 0 0 0 0
204 …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.4.14/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,
106 high-level errors and reports from the main 'torture'
114 spin_lock-torture: Writes: Total: 93746064 Max/Min: 0/0 Fail: 0
134 The following script may be used to torture locks:
141 dmesg | grep torture:
150 Also see: Documentation/RCU/torture.txt
/linux-4.4.14/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.sh51 parse-torture.sh $i/console.log $configfile
Dkvm-test-1-run.sh107 echo Do the torture scripts know about your architecture?
/linux-4.4.14/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()
617 int vol_id, int lnum, int torture) in do_sync_erase() argument
626 wl_wrk.torture = torture; in do_sync_erase()
645 int err, scrubbing = 0, torture = 0, protect = 0, erroneous = 0; local
812 torture = 1;
906 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.c321 int lnum, int torture) in ubi_wl_put_fm_peb() argument
347 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.4.14/lib/
DKconfig.debug1079 tristate "torture tests for locking"
1084 This option provides a kernel module that runs torture tests
1088 Say Y here if you want kernel locking-primitive torture tests
1090 Say M if you want these torture tests to build as a module.
1241 tristate "torture tests for RCU"
1248 This option provides a kernel module that runs torture tests
1252 Say Y here if you want RCU torture tests to be built into
1254 Say M if you want the RCU torture tests to build as a module.
1258 bool "torture tests for RCU runnable by default"
1262 This option provides a way to build the RCU torture tests
[all …]
/linux-4.4.14/kernel/
DMakefile102 obj-$(CONFIG_TORTURE_TEST) += torture.o
/linux-4.4.14/
DMAINTAINERS8862 F: Documentation/RCU/torture.txt
8903 X: Documentation/RCU/torture.txt
8907 X: kernel/torture.c