Home
last modified time | relevance | path

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

/Linux-v4.19/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,
101 high-level errors and reports from the main 'torture'
109 spin_lock-torture: Writes: Total: 93746064 Max/Min: 0/0 Fail: 0
129 The following script may be used to torture locks:
136 dmesg | grep torture:
145 Also see: Documentation/RCU/torture.txt
/Linux-v4.19/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
112 stat_interval The number of seconds between output of torture
185 …rcu-torture:--- Start of test: nreaders=16 nfakewriters=4 stat_interval=30 verbose=0 test_no_idle_…
186 …rcu-torture: rtc: (null) ver: 155441 tfle: 0 rta: 155441 rtaf: 8884 rtf: 155440 rtmbe: 0…
187 rcu-torture: Reader Pipe: 727860534 34213 0 0 0 0 0 0 0 0 0
188 rcu-torture: Reader Batch: 727877838 17003 0 0 0 0 0 0 0 0 0
189 …rcu-torture: Free-Block Circulation: 155440 155440 155440 155440 155440 155440 155440 155440 1554…
190 …rcu-torture:--- End of test: SUCCESS: nreaders=16 nfakewriters=4 stat_interval=30 verbose=0 test_n…
192 The command "dmesg | grep torture:" will extract this information on
[all …]
D00-INDEX29 torture.txt
DRTFP.txt1413 ,Title="{[PATCH]} {RCU} torture testing"
2205 Realtime RCU and torture-testing RCU uses.
/Linux-v4.19/kernel/rcu/
DKconfig.debug32 tristate "torture tests for RCU"
39 This option provides a kernel module that runs torture tests
43 Say Y here if you want RCU torture tests to be built into
45 Say M if you want the RCU torture tests to build as a module.
/Linux-v4.19/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, bool nested) in schedule_erase() argument
590 e->pnum, e->ec, torture); in schedule_erase()
600 wl_wrk->torture = torture; in schedule_erase()
620 int vol_id, int lnum, int torture) in do_sync_erase() argument
629 wl_wrk.torture = torture; in do_sync_erase()
649 int err, scrubbing = 0, torture = 0, protect = 0, erroneous = 0; local
834 torture = 1;
939 err = do_sync_erase(ubi, e2, vol_id, lnum, torture);
[all …]
Dubi.h820 int torture; member
920 int pnum, int torture);
928 int lnum, int torture);
938 int ubi_io_sync_erase(struct ubi_device *ubi, int pnum, int torture);
Dfastmap-wl.c323 int lnum, int torture) in ubi_wl_put_fm_peb() argument
349 return schedule_erase(ubi, e, vol_id, lnum, torture, true); in ubi_wl_put_fm_peb()
Deba.c530 int torture = 0; in check_mapping() local
543 torture = 1; in check_mapping()
548 ubi_wl_put_peb(ubi, vol->vol_id, lnum, *pnum, torture); in check_mapping()
Dio.c536 int ubi_io_sync_erase(struct ubi_device *ubi, int pnum, int torture) in ubi_io_sync_erase() argument
557 if (torture) { in ubi_io_sync_erase()
/Linux-v4.19/tools/testing/selftests/rcutorture/bin/
Dkvm.sh178 --torture)
179 checkarg --torture "(suite name)" "$#" "$2" '^\(lock\|rcu\|rcuperf\)$' '^--'
Dkvm-test-1-run.sh118 echo Do the torture scripts know about your architecture?
/Linux-v4.19/kernel/
DMakefile114 obj-$(CONFIG_TORTURE_TEST) += torture.o
/Linux-v4.19/drivers/firmware/
DKconfig18 The torture tests may interfere with the PSCI checker by turning CPUs
19 on and off through hotplug, so for now torture tests and PSCI checker
/Linux-v4.19/lib/
DKconfig.debug1220 tristate "torture tests for locking"
1224 This option provides a kernel module that runs torture tests
1228 Say Y here if you want kernel locking-primitive torture tests
1230 Say M if you want these torture tests to build as a module.
/Linux-v4.19/
DMAINTAINERS12299 X: Documentation/RCU/torture.txt
14764 F: Documentation/RCU/torture.txt
14765 F: kernel/torture.c